From: Morgan Richomme Date: Mon, 3 Jul 2017 16:01:39 +0000 (+0200) Subject: Enable cloudify_ims X-Git-Tag: 0.2~505^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=c304364f10beec420b6862abeecd779a6333074a;p=functest-xtesting.git Enable cloudify_ims - 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 --- diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index be916498..d0b2785c 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -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'