From: Cédric Ollivier Date: Sun, 20 Aug 2017 08:28:37 +0000 (+0200) Subject: Fix ci_loop conditions for vnf X-Git-Tag: 0.2~425 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=7e446ef6c890eedfbea07f6a8a6e06b974703a41;p=functest-xtesting.git Fix ci_loop conditions for vnf Weekly jobs should run all tests (vnf included). Change-Id: I25b43654d48e9ae5df5c18fd565423a310d4c68b Signed-off-by: Cédric Ollivier --- diff --git a/docker/vnf/testcases.yaml b/docker/vnf/testcases.yaml index 4e05c212..170b0fda 100644 --- a/docker/vnf/testcases.yaml +++ b/docker/vnf/testcases.yaml @@ -2,7 +2,7 @@ tiers: - name: vnf order: 4 - ci_loop: 'daily' + ci_loop: '(daily)|(weekly)' description : >- Collection of VNF test cases. testcases: diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index fecd8126..ba15e530 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -460,7 +460,7 @@ tiers: - name: vnf order: 4 - ci_loop: 'daily' + ci_loop: '(daily)|(weekly)' description : >- Collection of VNF test cases. testcases: