Allow regex for blacklist scenarios/installers 73/37073/6
authorMartin Kulhavy <martin.kulhavy@nokia.com>
Fri, 7 Jul 2017 14:39:33 +0000 (17:39 +0300)
committerMartin Kulhavy <martin.kulhavy@nokia.com>
Mon, 10 Jul 2017 09:30:00 +0000 (12:30 +0300)
commit053bc5f800de4c5543452f0cf27e26d6e5d9d96b
tree7619b0653d87a516a8995704fa0f03b2940b4d6d
parent26972ddefa2349dcc1ffe96be25a905046be8110
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 <martin.kulhavy@nokia.com>
functest/opnfv_tests/openstack/rally/blacklist.txt
functest/opnfv_tests/openstack/rally/rally.py
functest/tests/unit/openstack/rally/test_rally.py