Commit 20530e8c authored by Sebastien Robin's avatar Sebastien Robin

update dummy task distribution tool with new parameters

parent 90127185
...@@ -5,7 +5,8 @@ class DummyTaskDistributionTool(object): ...@@ -5,7 +5,8 @@ class DummyTaskDistributionTool(object):
def __init__(self): def __init__(self):
self.lock = threading.Lock() self.lock = threading.Lock()
def createTestResult(self, name, revision, test_name_list, allow_restart): def createTestResult(self, name, revision, test_name_list, allow_restart,
*args):
self.test_name_list = list(test_name_list) self.test_name_list = list(test_name_list)
return None, revision return None, revision
......
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