Allow tests from plugins
Allow refstack-client run also tests from tempest plugins by not filtering out all tests whoose names don't start with tempest. Change-Id: Ic880967287f7cf7064d2440fde2c35c781477873
This commit is contained in:
parent
629db97d31
commit
dab344ad3f
@ -83,7 +83,7 @@ class TestListParser(object):
|
||||
"""
|
||||
test_mappings = {}
|
||||
for testcase in test_list:
|
||||
if testcase.startswith("tempest"):
|
||||
if testcase != "":
|
||||
# Search for any strings like '[smoke, gate]' in the test ID.
|
||||
match = re.search(r'(\[.*\])', testcase)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user