Commit d4688044 authored by Benjamin Blanc's avatar Benjamin Blanc

Add getTestType() to taskdistribution (client side)

parent 1aa90c9d
......@@ -448,6 +448,14 @@ class TaskDistributor(RPCRetry):
result = self._retryRPC('startTestSuite',(node_title,))
return result
def getTestType(self):
"""
Return the Test Type
"""
result = self._retryRPC('getTestType')
return result
class DummyTaskDistributionTool(object):
"""
Fake remote server.
......
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