Commit b78906f2 authored by Romain Courteaud's avatar Romain Courteaud

TESTS: revert

parent fc537bd9
......@@ -22,12 +22,6 @@ slapos_bt_list = [
'slapos_jio_ui_test',
'slapos_abyss'
]
slapos_bt_list = [
'slapos_erp5',
'slapos_cloud',
'slapos_accounting',
'slapos_panel_ui_test',
]
class SlapOSCloud(SavedTestSuite, ProjectTestSuite):
_product_list = ['SlapOS']
......@@ -50,20 +44,10 @@ class SlapOSCloud(SavedTestSuite, ProjectTestSuite):
if component_re_match is not None:
test_case = "%s:%s" % (component_re_match.group(1),
component_re_match.group(2))
if component_re_match.group(2) not in [
'testSlapOSERP5VirtualMasterScenario',
'testSlapOSAllocationSupply',
'testSlapOSSaleSupply',
'testFunctionalSlapOSPanelStyle',
]:
continue
else:
test_case = test_path.split(os.sep)[-1][:-3] # remove .py
# Filter bt tests to run from _bt_list list
if test_path.split(os.sep)[-2] == 'tests':
# Skip product tests for now
continue
else:
if test_path.split(os.sep)[-2] != 'tests':
if test_path.split(os.sep)[-2] == 'portal_components':
product = test_path.split(os.sep)[-4]
else:
......
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