diff options
author | valentin boucher <valentin.boucher@orange.com> | 2017-02-20 13:03:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-20 13:03:34 +0000 |
commit | 5d423d64f243c28e5a0d7ec866dfd4eee4eeff9f (patch) | |
tree | ad138700b40e10e2d03be5b1922850d1aa9edf48 | |
parent | b39e7945287c1be6f26158920482dd17009133bf (diff) | |
parent | 7b37c0f10cd3d9e6b4e89babd1ee71efe68d8c1f (diff) |
Merge "Remove cloudify_ims from ci daily loop"
-rwxr-xr-x | functest/ci/testcases.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 77bd0152..b1d824f6 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -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' |