Enable cloudify_ims 69/36869/2
authorMorgan Richomme <morgan.richomme@orange.com>
Mon, 3 Jul 2017 16:01:39 +0000 (18:01 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Wed, 5 Jul 2017 15:21:57 +0000 (17:21 +0200)
- set VNF test cases as daily cases
- remove enabled: False only for cloudify_ims
- precise default generic scenrio (run only on basic scenario first)

Vnf and cloudify_ims leveraging vnf are ready for merge [1]

[1]: https://gerrit.opnfv.org/gerrit/#/c/36315/

Change-Id: I95ae89358e940ef5e9b8ceabc37588bbcfccfc6c
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
functest/ci/testcases.yaml

index be91649..d0b2785 100644 (file)
@@ -508,7 +508,7 @@ tiers:
     -
         name: vnf
         order: 4
-        ci_loop: 'weekly'
+        ci_loop: 'daily'
         description : >-
             Collection of VNF test cases.
         testcases:
@@ -522,7 +522,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'