Commit 0050d7ca authored by Romain Courteaud's avatar Romain Courteaud

MORE TESTS

parent 43641171
...@@ -52,6 +52,7 @@ class SlapOSCloud(SavedTestSuite, ProjectTestSuite): ...@@ -52,6 +52,7 @@ class SlapOSCloud(SavedTestSuite, ProjectTestSuite):
if component_re_match is not None: if component_re_match is not None:
test_case = "%s:%s" % (component_re_match.group(1), test_case = "%s:%s" % (component_re_match.group(1),
component_re_match.group(2)) component_re_match.group(2))
"""
if component_re_match.group(2) not in [ if component_re_match.group(2) not in [
'testSlapOSERP5VirtualMasterScenario', 'testSlapOSERP5VirtualMasterScenario',
'testSlapOSAllocationSupply', 'testSlapOSAllocationSupply',
...@@ -61,6 +62,7 @@ class SlapOSCloud(SavedTestSuite, ProjectTestSuite): ...@@ -61,6 +62,7 @@ class SlapOSCloud(SavedTestSuite, ProjectTestSuite):
'testSlapOSSlapTool', 'testSlapOSSlapTool',
]: ]:
continue continue
"""
else: else:
test_case = test_path.split(os.sep)[-1][:-3] # remove .py test_case = test_path.split(os.sep)[-1][:-3] # remove .py
# Filter bt tests to run from _bt_list list # Filter bt tests to run from _bt_list list
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment