Remove cloudify_ims from ci daily loop
authorboucherv <valentin.boucher@orange.com>
Mon, 20 Feb 2017 08:53:55 +0000 (09:53 +0100)
committerboucherv <valentin.boucher@orange.com>
Mon, 20 Feb 2017 08:53:55 +0000 (09:53 +0100)
JIRA: FUNCTEST-734

Change-Id: I018ba3b14d21b29935a16e1689015c01cb11ffd7
Signed-off-by: boucherv <valentin.boucher@orange.com>
functest/ci/testcases.yaml

index 77bd015..b1d824f 100755 (executable)
@@ -387,7 +387,7 @@ tiers:
     -
         name: vnf
         order: 4
-        ci_loop: '(daily)|(weekly)'
+        ci_loop: 'weekly'
         description : >-
             Collection of VNF test cases.
         testcases:
@@ -400,7 +400,7 @@ tiers:
                     using the Cloudify orchestrator. It also runs some signaling traffic.
                 dependencies:
                     installer: ''
-                    scenario: 'nosdn-nofeature'
+                    scenario: '(ocl)|(nosdn)|^(os-odl)((?!bgpvpn).)*$'
                 run:
                     module: 'functest.opnfv_tests.vnf.ims.cloudify_ims'
                     class: 'ImsVnf'
@@ -411,8 +411,8 @@ tiers:
                 description: >-
                     Test suite from Parser project.
                 dependencies:
-                    installer: 'unknown'
-                    scenario: 'unknown'
+                    installer: ''
+                    scenario: ''
                 run:
                     module: 'functest.opnfv_tests.vnf.aaa.aaa'
                     class: 'AaaVnf'