From 053bc5f800de4c5543452f0cf27e26d6e5d9d96b Mon Sep 17 00:00:00 2001 From: Martin Kulhavy Date: Fri, 7 Jul 2017 17:39:33 +0300 Subject: Allow regex for blacklist scenarios/installers Reasoning: Some blacklisted test cases apply to a range of scenarios, e.g. both 'ha' and 'noha' and possibly even to all scenarios for a specific installer -- therefore the list of excluded scenarios can get long and unclear. For consistency with rally test case scenarios also allow regex for installers specification. Additionally, log the excluded test cases (if any) to debug log. Change-Id: Ie0bec35d1a6443203d4719ea5428c437c12e5e12 Signed-off-by: Martin Kulhavy --- functest/opnfv_tests/openstack/rally/blacklist.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'functest/opnfv_tests/openstack/rally/blacklist.txt') diff --git a/functest/opnfv_tests/openstack/rally/blacklist.txt b/functest/opnfv_tests/openstack/rally/blacklist.txt index 3a17fa616..95bea2b7a 100644 --- a/functest/opnfv_tests/openstack/rally/blacklist.txt +++ b/functest/opnfv_tests/openstack/rally/blacklist.txt @@ -1,8 +1,7 @@ scenario: - scenarios: - - os-nosdn-lxd-ha - - os-nosdn-lxd-noha + - '^os-nosdn-lxd-(no)?ha$' installers: - joid tests: -- cgit 1.2.3-korg