diff options
author | valentin boucher <valentin.boucher@orange.com> | 2017-07-05 15:44:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-05 15:44:38 +0000 |
commit | f524d0ab4bb36488a7fe68420f8de89b5a15d664 (patch) | |
tree | 799fbc3b2c52fded747d2d5115822a364a813515 | |
parent | 0b68c9980659ed2698dcd5f562efa59e715a62db (diff) | |
parent | c304364f10beec420b6862abeecd779a6333074a (diff) |
Merge "Enable cloudify_ims"
-rw-r--r-- | functest/ci/testcases.yaml | 4 |
1 files 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' |