diff options
Diffstat (limited to 'docker/components/testcases.yaml')
-rw-r--r-- | docker/components/testcases.yaml | 4 |
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' |