summaryrefslogtreecommitdiffstats
path: root/docker/components/testcases.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-04-02 04:54:07 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-04-03 03:05:12 +0200
commitfdf02794d40fceedc1fd87ac70e6ed367bb3a3cc (patch)
tree317597b20926f986cd3f5730f1d67e938e2309b3 /docker/components/testcases.yaml
parentb2ede5f807a0dc032f845f070e781b6700a0de8e (diff)
Remove NetVirt from installer dependencies
Change-Id: Idb937b3ed4896208048b90b705dc3e6db6104b60 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit ef44d1c12fcde4cb3cea4a23078e0a984f1a7336)
Diffstat (limited to 'docker/components/testcases.yaml')
-rw-r--r--docker/components/testcases.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/components/testcases.yaml b/docker/components/testcases.yaml
index 27942a56d..ce55d85a8 100644
--- a/docker/components/testcases.yaml
+++ b/docker/components/testcases.yaml
@@ -17,7 +17,7 @@ tiers:
Tempest automatically and depends on the parameters of
the OpenStack deplopyment.
dependencies:
- installer: '^((?!netvirt).)*$'
+ installer: ''
scenario: ''
run:
module: 'functest.opnfv_tests.openstack.tempest.tempest'
@@ -32,7 +32,7 @@ tiers:
This test case runs the full suite of scenarios of the
OpenStack Rally suite using several threads and iterations.
dependencies:
- installer: '^((?!netvirt).)*$'
+ installer: ''
scenario: ''
run:
module: 'functest.opnfv_tests.openstack.rally.rally'