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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker') diff --git a/docker/vnf/testcases.yaml b/docker/vnf/testcases.yaml index b2b6909b..417386b5 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: -- cgit 1.2.3-korg