From d835b25418590d8f149736547beb56c0ab27c2ef Mon Sep 17 00:00:00 2001
From: Cédric Ollivier <cedric.ollivier@orange.com>
Date: Tue, 13 Feb 2018 18:05:49 +0100
Subject: Only filter boot_server_from_volume_and_delete via scenario
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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>
---
 functest/opnfv_tests/openstack/rally/blacklist.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'functest')

diff --git a/functest/opnfv_tests/openstack/rally/blacklist.txt b/functest/opnfv_tests/openstack/rally/blacklist.txt
index b2e42358..fe08b5b9 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
     -
-- 
cgit