aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-02-13 18:05:49 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2018-02-13 18:13:31 +0100
commitd835b25418590d8f149736547beb56c0ab27c2ef (patch)
tree57bb25233a062aea2bbc683f998f5ce0684565ee
parent0424a6d98739ac7499c28799570ea8a625c0779c (diff)
Only filter boot_server_from_volume_and_delete via scenario
It can be safely merged as only joid supports '^os-nosdn-lxd-(no)?ha$' scenarios. It aims at testing all installers in the same way which would have made much sense if another installer supported this scenarios. Change-Id: I145102df3f6394b6fff28590923100e0f1e6cb66 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--functest/opnfv_tests/openstack/rally/blacklist.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/rally/blacklist.txt b/functest/opnfv_tests/openstack/rally/blacklist.txt
index b2e423585..fe08b5b98 100644
--- a/functest/opnfv_tests/openstack/rally/blacklist.txt
+++ b/functest/opnfv_tests/openstack/rally/blacklist.txt
@@ -3,7 +3,7 @@ scenario:
scenarios:
- '^os-nosdn-lxd-(no)?ha$'
installers:
- - joid
+ - '.+' # all installers
tests:
- NovaServers.boot_server_from_volume_and_delete
-