From 687087e405a678b82c84b0b1f685ac39f93dea15 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 21 Dec 2017 09:56:55 +0100 Subject: Enable orchestra testcases for Daisy only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The current testcases have several issues which limit the possible successful runs to Daisy [1]. [1] https://jira.opnfv.org/browse/ORCHESTRA-17 Change-Id: Iecaf21738e19aae6a88171385f11afcffd28a348 Signed-off-by: Cédric Ollivier (cherry picked from commit 850d3ec6dc2ed582b9d36ac2927e0eccd1f88199) --- docker/vnf/testcases.yaml | 4 ++-- functest/ci/testcases.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docker/vnf/testcases.yaml b/docker/vnf/testcases.yaml index b6ab4cf95..11822eec4 100644 --- a/docker/vnf/testcases.yaml +++ b/docker/vnf/testcases.yaml @@ -43,7 +43,7 @@ tiers: description: >- OpenIMS VNF deployment with Open Baton (Orchestra) dependencies: - installer: '^((?!compass|fuel).)*$' + installer: 'daisy' scenario: 'os-nosdn-nofeature-ha' run: module: 'functest.opnfv_tests.vnf.ims.orchestra_openims' @@ -57,7 +57,7 @@ tiers: description: >- ClearwaterIMS VNF deployment with Open Baton (Orchestra) dependencies: - installer: '^((?!compass|fuel).)*$' + installer: 'daisy' scenario: 'os-nosdn-nofeature-ha' run: module: 'functest.opnfv_tests.vnf.ims.orchestra_clearwaterims' diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 229ee5175..42f58e2e1 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -411,7 +411,7 @@ tiers: description: >- OpenIMS VNF deployment with Open Baton (Orchestra) dependencies: - installer: '^((?!compass|fuel).)*$' + installer: 'daisy' scenario: 'os-nosdn-nofeature-ha' run: module: 'functest.opnfv_tests.vnf.ims.orchestra_openims' @@ -425,7 +425,7 @@ tiers: description: >- ClearwaterIMS VNF deployment with Open Baton (Orchestra) dependencies: - installer: '^((?!compass|fuel).)*$' + installer: 'daisy' scenario: 'os-nosdn-nofeature-ha' run: module: 'functest.opnfv_tests.vnf.ims.orchestra_clearwaterims' -- cgit 1.2.3-korg