Doctor job bugfix: fix the scenario 43/55543/1
authordongwenjuan <dong.wenjuan@zte.com.cn>
Thu, 12 Apr 2018 07:50:08 +0000 (15:50 +0800)
committerdongwenjuan <dong.wenjuan@zte.com.cn>
Thu, 12 Apr 2018 07:50:08 +0000 (15:50 +0800)
Use these scenario which can trigger doctor jobs running in functest

Change-Id: I66df099c3923b9c47aab9f9f8685052bd33331f7
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
jjb/doctor/doctor.yml

index c3760a7..786db20 100644 (file)
           docker-tag: 'stable'
           disabled: false
 
+    # feature projects' tests are not triggered by functest
+    # doctor verify Pods need to deploy with these scenario
     installer:
-      - 'apex'
-      - 'fuel'
-      - 'daisy'
+      - 'apex':
+          scenario: 'os-nosdn-kvm-ha'
+      - 'fuel':
+          scenario: 'os-nosdn-ovs-ha'
+      - 'daisy':
+          scenario: 'os-nosdn-ovs_dpdk-noha'
 
     arch:
       - 'x86_64'
           description: 'Remove downloaded docker images (opnfv/functest:*)'
       - string:
           name: DEPLOY_SCENARIO
-          default: 'os-nosdn-nofeature-ha'
+          default: '{scenario}'
           description: 'Scenario to deploy and test'
 
 - parameter: