Remove securityscanning testcase
[functest.git] / docker / features / testcases.yaml
index 0fed95d..f6e15bb 100644 (file)
@@ -8,66 +8,64 @@ tiers:
             integrated in functest
         testcases:
             -
-                case_name: bgpvpn
-                project_name: sdnvpn
+                case_name: promise
+                project_name: promise
                 criteria: 100
                 blocking: false
                 description: >-
-                    Test suite from SDNVPN project.
+                    Test suite from Promise project.
                 dependencies:
-                    installer: '(fuel)|(apex)|(netvirt)'
-                    scenario: 'bgpvpn'
+                    installer: '(fuel)|(joid)'
+                    scenario: ''
                 run:
                     module: 'functest.core.feature'
                     class: 'BashFeature'
                     args:
-                        cmd: 'run_sdnvpn_tests.py'
+                        cmd: 'run_promise_tests.py'
 
             -
-                case_name: security_scan
+                case_name: doctor-notification
                 enabled: false
-                project_name: securityscanning
+                project_name: doctor
                 criteria: 100
                 blocking: false
                 description: >-
-                    Simple Security Scan
+                    Test suite from Doctor project.
                 dependencies:
-                    installer: 'apex'
+                    installer: '(apex)|(fuel)'
                     scenario: '^((?!fdio).)*$'
                 run:
                     module: 'functest.core.feature'
                     class: 'BashFeature'
                     args:
-                        cmd: '. /home/opnfv/functest/conf/stackrc && security_scan --config /usr/local/etc/securityscanning/config.ini'
+                        cmd: '(cd /src/doctor-test/tests && run.sh)'
 
             -
-                case_name: copper
-                enabled: false
-                project_name: copper
+                case_name: bgpvpn
+                project_name: sdnvpn
                 criteria: 100
                 blocking: false
                 description: >-
-                    Test suite for policy management based on OpenStack Congress
+                    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: 'cd /src/copper/tests && bash run.sh && cd -'
+                        cmd: 'run_sdnvpn_tests.py'
 
             -
                 case_name: functest-odl-sfc
-                enabled: false
                 project_name: sfc
                 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'
@@ -89,39 +87,20 @@ tiers:
                     module: 'functest.core.feature'
                     class: 'BashFeature'
                     args:
-                        cmd: 'cd /src/domino && ./tests/run_multinode.sh'
-
-            -
-                case_name: gluon_vping
-                enabled: false
-                project_name: netready
-                criteria: 100
-                blocking: false
-                description: >-
-                    Test suite from Netready project.
-                dependencies:
-                    installer: 'apex'
-                    scenario: 'gluon'
-                run:
-                    module: 'functest.core.feature'
-                    class: 'BashFeature'
-                    args:
-                        cmd: 'gluon-test-suite.py'
+                        cmd: 'run_multinode.sh'
 
             -
                 case_name: barometercollectd
-                enabled: false
                 project_name: barometer
                 criteria: 100
                 blocking: false
                 description: >-
-                    Test suite for the Barometer project. Separate tests verify the
-                    proper configuration and functionality of the following
-                    collectd plugins Ceilometer, Hugepages, Memory RAS (mcelog),
-                    and OVS Events
+                    Test suite for the Barometer project. Separate tests verify
+                    the proper configuration and basic functionality of all the
+                    collectd plugins as described in the Project Release Plan
                 dependencies:
-                    installer: 'fuel'
-                    scenario: 'kvm_ovs_dpdk_bar'
+                    installer: 'apex'
+                    scenario: 'bar'
                 run:
                      module: 'baro_tests.barometer'
                      class: 'BarometerCollectd'