Scalability test distributor: respect ERP5ProjectUnitTestDistributor interface.

ERP5ProjectUnitTestDistributor.startTestSuite doesn't know about computer_guid parameter.
parent fda7fda2
......@@ -175,8 +175,7 @@ class ERP5ScalabilityDistributor(ERP5ProjectUnitTestDistributor):
if len(master_test_node_title_list) == 1 and title == master_test_node_title_list[0]:
return super(ERP5ScalabilityDistributor,
self).startTestSuite(title=title,
batch_mode=batch_mode,
computer_guid=computer_guid)
batch_mode=batch_mode)
else:
if batch_mode:
return []
......
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