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 []
......@@ -228,4 +227,4 @@ class ERP5ScalabilityDistributor(ERP5ProjectUnitTestDistributor):
"""
portal = self.getPortalObject()
test_result_line = portal.restrictedTraverse(test_result_line_path)
return test_result_line.getSimulationState() == "started"
\ No newline at end of file
return test_result_line.getSimulationState() == "started"
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