From 850d3ec6dc2ed582b9d36ac2927e0eccd1f88199 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 --- 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 b2b6909b8..417386b52 100644 --- a/docker/vnf/testcases.yaml +++ b/docker/vnf/testcases.yaml @@ -45,7 +45,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' @@ -59,7 +59,7 @@ tiers: description: >- ClearwaterIMS VNF deployment with Open Baton (Orchestra) dependencies: - installer: '^((?!compass|fuel).)*$' + installer: 'daisy' scenario: 'os-nosdn-nofeature-ha' run: module: diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 8b0f0ca72..2e1a282cb 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -385,7 +385,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' @@ -399,7 +399,7 @@ tiers: description: >- ClearwaterIMS VNF deployment with Open Baton (Orchestra) dependencies: - installer: '^((?!compass|fuel).)*$' + installer: 'daisy' scenario: 'os-nosdn-nofeature-ha' run: module: -- cgit 1.2.3-korg