aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci
diff options
context:
space:
mode:
authorboucherv <valentin.boucher@orange.com>2017-02-14 11:22:19 +0100
committerboucherv <valentin.boucher@orange.com>2017-02-15 10:57:37 +0100
commit8de29e4130fe18398d59692a6fcb492321ad3c60 (patch)
tree3d9674a6aa618ca6c0c83b0d91c8a1adc2996e04 /functest/ci
parent8b9cd64a7b26a8259fd39801ebe77089a10e33d5 (diff)
update cloudify_ims case
bug fixes Provisional change of the ci loop var to daily for VNF testcase. JIRA: FUNCTEST-710 Change-Id: I6dc8072b4e56c96473a2b09f1881b96024259db5 Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'functest/ci')
-rwxr-xr-xfunctest/ci/testcases.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index 6007f9720..e692c0080 100755
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -354,7 +354,7 @@ tiers:
-
name: vnf
order: 4
- ci_loop: 'weekly'
+ ci_loop: '(daily)|(weekly)'
description : >-
Collection of VNF test cases.
testcases:
@@ -367,7 +367,7 @@ tiers:
using the Cloudify orchestrator. It also runs some signaling traffic.
dependencies:
installer: ''
- scenario: '(ocl)|(nosdn)|^(os-odl)((?!bgpvpn).)*$'
+ scenario: 'nosdn-nofeature'
run:
module: 'functest.opnfv_tests.vnf.ims.cloudify_ims'
class: 'ImsVnf'
@@ -378,8 +378,8 @@ tiers:
description: >-
Test suite from Parser project.
dependencies:
- installer: ''
- scenario: ''
+ installer: 'unknown'
+ scenario: 'unknown'
run:
module: 'functest.opnfv_tests.vnf.aaa.aaa'
class: 'AaaVnf'