Refactor the vyos_vrouter to adopt VNF abstraction
[functest.git] / docker / features / testcases.yaml
index 48b1468..69da935 100644 (file)
@@ -8,46 +8,45 @@ 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
-                enabled: false
-                project_name: securityscanning
+                case_name: bgpvpn
+                project_name: sdnvpn
                 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'
+                        cmd: 'run_sdnvpn_tests.py'
 
             -
-                case_name: copper
+                case_name: security_scan
                 enabled: false
-                project_name: copper
+                project_name: securityscanning
                 criteria: 100
                 blocking: false
                 description: >-
-                    Test suite for policy management based on OpenStack Congress
+                    Simple Security Scan
                 dependencies:
                     installer: 'apex'
                     scenario: '^((?!fdio).)*$'
@@ -55,7 +54,7 @@ tiers:
                     module: 'functest.core.feature'
                     class: 'BashFeature'
                     args:
-                        cmd: 'cd /src/copper/tests && bash run.sh && cd -'
+                        cmd: '. /home/opnfv/functest/conf/stackrc && security_scan --config /usr/local/etc/securityscanning/config.ini'
 
             -
                 case_name: functest-odl-sfc
@@ -93,18 +92,17 @@ tiers:
 
             -
                 case_name: barometercollectd
-                enabled: false
+                enabled: true
                 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'