Fix the format of getting upper-constraints
[functest.git] / docker / features / testcases.yaml
index 69da935..5c72a29 100644 (file)
@@ -10,6 +10,7 @@ tiers:
             -
                 case_name: promise
                 project_name: promise
+                enabled: false
                 criteria: 100
                 blocking: false
                 description: >-
@@ -24,49 +25,48 @@ tiers:
                         cmd: 'run_promise_tests.py'
 
             -
-                case_name: bgpvpn
-                project_name: sdnvpn
+                case_name: doctor-notification
+                project_name: doctor
+                enabled: false
                 criteria: 100
                 blocking: false
                 description: >-
-                    Test suite from SDNVPN project.
+                    Test suite from Doctor project.
                 dependencies:
-                    installer: '(fuel)|(apex)|(netvirt)'
-                    scenario: 'bgpvpn'
+                    installer: 'apex'
+                    scenario: '^((?!fdio).)*$'
                 run:
                     module: 'functest.core.feature'
                     class: 'BashFeature'
                     args:
-                        cmd: 'run_sdnvpn_tests.py'
+                        cmd: 'doctor-test'
 
             -
-                case_name: security_scan
+                case_name: bgpvpn
+                project_name: sdnvpn
                 enabled: false
-                project_name: securityscanning
                 criteria: 100
                 blocking: false
                 description: >-
-                    Simple Security Scan
+                    Test suite from SDNVPN project.
                 dependencies:
-                    installer: 'apex'
-                    scenario: '^((?!fdio).)*$'
+                    installer: '(fuel)|(apex)|(netvirt)'
+                    scenario: 'bgpvpn'
                 run:
-                    module: 'functest.core.feature'
-                    class: 'BashFeature'
-                    args:
-                        cmd: '. /home/opnfv/functest/conf/stackrc && security_scan --config /usr/local/etc/securityscanning/config.ini'
+                    module: 'sdnvpn.test.functest.run_sdnvpn_tests'
+                    class: 'SdnvpnFunctest'
 
             -
                 case_name: functest-odl-sfc
-                enabled: false
                 project_name: sfc
+                enabled: false
                 criteria: 100
                 blocking: false
                 description: >-
-                    Test suite for odl-sfc to test two chains and two SFs
+                    Test suite for odl-sfc to test two chains with one SF and one chain with two SFs
                 dependencies:
-                    installer: '(apex)|(fuel)'
-                    scenario: 'odl_l2-sfc'
+                    installer: ''
+                    scenario: 'odl.*sfc'
                 run:
                     module: 'functest.core.feature'
                     class: 'BashFeature'
@@ -75,8 +75,8 @@ tiers:
 
             -
                 case_name: domino-multinode
-                enabled: false
                 project_name: domino
+                enabled: false
                 criteria: 100
                 blocking: false
                 description: >-
@@ -88,12 +88,12 @@ tiers:
                     module: 'functest.core.feature'
                     class: 'BashFeature'
                     args:
-                        cmd: 'cd /src/domino && ./tests/run_multinode.sh'
+                        cmd: 'run_multinode.sh'
 
             -
                 case_name: barometercollectd
-                enabled: true
                 project_name: barometer
+                enabled: false
                 criteria: 100
                 blocking: false
                 description: >-