From c304364f10beec420b6862abeecd779a6333074a Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Mon, 3 Jul 2017 18:01:39 +0200 Subject: 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 --- functest/ci/testcases.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index be916498f..d0b2785cb 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' -- cgit 1.2.3-korg