diff options
author | boucherv <valentin.boucher@orange.com> | 2017-02-20 09:53:55 +0100 |
---|---|---|
committer | boucherv <valentin.boucher@orange.com> | 2017-02-20 09:53:55 +0100 |
commit | 7b37c0f10cd3d9e6b4e89babd1ee71efe68d8c1f (patch) | |
tree | 0e459ff1ca5003d248af7b817bf6c93bacc4044c /functest | |
parent | 3a3968850a0c37ef0734919b03c6bcdc309b3628 (diff) |
Remove cloudify_ims from ci daily loop
JIRA: FUNCTEST-734
Change-Id: I018ba3b14d21b29935a16e1689015c01cb11ffd7
Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'functest')
-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' |