summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-12-21 09:56:55 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2017-12-21 11:24:24 +0100
commit687087e405a678b82c84b0b1f685ac39f93dea15 (patch)
tree4fd2f89d65b0ec00915bf44b6f8c2e4aef69a196
parent4cce1dde601ce15dad888644a96ff343064dc29d (diff)
Enable orchestra testcases for Daisy only
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 <cedric.ollivier@orange.com> (cherry picked from commit 850d3ec6dc2ed582b9d36ac2927e0eccd1f88199)
-rw-r--r--docker/vnf/testcases.yaml4
-rw-r--r--functest/ci/testcases.yaml4
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'