Commit 98dbfadb authored by Benjamin Blanc's avatar Benjamin Blanc

Test getFooFoo for test_suite_portal in testnode

parent c0b3e80b
......@@ -475,6 +475,12 @@ class TaskDistributor(RPCRetry):
"""
self._retryRPC('isValidatedMaster', (test_node_title,))
def getFooFooFoo(self):
"""
Returns "FooFooFoo"
"""
self._retryRPC('getFooFooFoo')
class DummyTaskDistributionTool(object):
"""
......
......@@ -70,6 +70,7 @@ class ScalabilityTestRunner():
self.remaining_software_installation_grid[computer_guid] = []
self.remaining_software_installation_grid[computer_guid].append(software_path)
self.slapos_controler.supply(software_path, computer_guid, create_partition)
# Here make a request via slapos controler ?
return {'status_code' : 0}
else:
raise ValueError("Too late to supply now. ('self.still_supply_to_request' is False)")
......
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