Merge "Remove copper refs"
[functest.git] / functest / ci / testcases.yaml
index b421dc0..d53202d 100644 (file)
@@ -162,8 +162,8 @@ tiers:
                     class: 'ODLTests'
                     args:
                         suites:
-                            -  /home/opnfv/repos/odl_test/csit/suites/integration/basic
-                            -  /home/opnfv/repos/odl_test/csit/suites/openstack/neutron
+                            -  /src/odl_test/csit/suites/integration/basic
+                            -  /src/odl_test/csit/suites/openstack/neutron
 
             -
                 case_name: odl_netvirt
@@ -183,9 +183,9 @@ tiers:
                     class: 'ODLTests'
                     args:
                         suites:
-                            -  /home/opnfv/repos/odl_test/csit/suites/integration/basic
-                            -  /home/opnfv/repos/odl_test/csit/suites/openstack/neutron
-                            -  /home/opnfv/repos/odl_test/csit/suites/openstack/connectivity
+                            -  /src/odl_test/csit/suites/integration/basic
+                            -  /src/odl_test/csit/suites/openstack/neutron
+                            -  /src/odl_test/csit/suites/openstack/connectivity
 
             -
                 case_name: fds
@@ -204,7 +204,7 @@ tiers:
                     class: 'ODLTests'
                     args:
                         suites:
-                            -  /home/opnfv/repos/fds/testing/robot
+                            -  /src/fds/testing/robot
 
             -
                 case_name: onos
@@ -265,7 +265,7 @@ tiers:
                     module: 'functest.core.feature'
                     class: 'BashFeature'
                     args:
-                        cmd: 'cd /home/opnfv/repos/promise/promise/test/functest && python ./run_tests.py'
+                        cmd: 'run_promise_tests.py'
 
             -
                 case_name: doctor-notification
@@ -297,7 +297,7 @@ tiers:
                     module: 'functest.core.feature'
                     class: 'BashFeature'
                     args:
-                        cmd: 'cd /home/opnfv/repos/sdnvpn/sdnvpn/test/functest && python ./run_tests.py'
+                        cmd: 'run_sdnvpn_tests.py'
 
             -
                 case_name: security_scan
@@ -314,24 +314,7 @@ tiers:
                     module: 'functest.core.feature'
                     class: 'BashFeature'
                     args:
-                        cmd: '. /home/opnfv/functest/conf/stackrc && cd /home/opnfv/repos/securityscanning && python security_scan.py --config config.ini && cd -'
-
-            -
-                case_name: copper
-                enabled: false
-                project_name: copper
-                criteria: 100
-                blocking: false
-                description: >-
-                    Test suite for policy management based on OpenStack Congress
-                dependencies:
-                    installer: 'apex'
-                    scenario: '^((?!fdio).)*$'
-                run:
-                    module: 'functest.core.feature'
-                    class: 'BashFeature'
-                    args:
-                        cmd: 'cd /home/opnfv/repos/copper/tests && bash run.sh && cd -'
+                        cmd: '. /home/opnfv/functest/conf/stackrc && security_scan --config /usr/local/etc/securityscanning/config.ini'
 
             -
                 case_name: multisite
@@ -363,7 +346,7 @@ tiers:
                     module: 'functest.core.feature'
                     class: 'BashFeature'
                     args:
-                        cmd: 'cd /home/opnfv/repos/sfc/sfc/tests/functest && python ./run_tests.py'
+                        cmd: 'run_sfc_tests.py'
 
             -
                 case_name: onos_sfc
@@ -412,24 +395,7 @@ tiers:
                     module: 'functest.core.feature'
                     class: 'BashFeature'
                     args:
-                        cmd: 'cd /home/opnfv/repos/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: 'cd /home/opnfv/repos/netready/test/functest && python ./gluon-test-suite.py'
+                        cmd: 'cd /src/domino && ./tests/run_multinode.sh'
 
             -
                 case_name: barometercollectd
@@ -508,7 +474,7 @@ tiers:
     -
         name: vnf
         order: 4
-        ci_loop: 'weekly'
+        ci_loop: 'daily'
         description : >-
             Collection of VNF test cases.
         testcases:
@@ -522,7 +488,7 @@ tiers:
                     using the Cloudify orchestrator. It also runs some signaling traffic.
                 dependencies:
                     installer: ''
-                    scenario: '(ocl)|(nosdn)|^(os-odl)((?!bgpvpn).)*$'
+                    scenario: 'os-nosdn-nofeature-ha'
                 run:
                     module: 'functest.opnfv_tests.vnf.ims.cloudify_ims'
                     class: 'CloudifyIms'
@@ -544,7 +510,7 @@ tiers:
 
             -
                 case_name: orchestra_ims
-                enabled: false
+                enabled: true
                 project_name: functest
                 criteria: 100
                 blocking: false
@@ -552,7 +518,7 @@ tiers:
                     VNF deployment with OpenBaton (Orchestra)
                 dependencies:
                     installer: ''
-                    scenario: ''
+                    scenario: 'os-nosdn-nofeature-ha'
                 run:
                     module: 'functest.opnfv_tests.vnf.ims.orchestra_ims'
                     class: 'ImsVnf'