From: Cédric Ollivier Date: Tue, 13 Feb 2018 17:05:49 +0000 (+0100) Subject: Only filter boot_server_from_volume_and_delete via scenario X-Git-Tag: opnfv-6.0.0~154^2~1 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F13%2F52113%2F2;p=functest.git 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 --- 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 -