Commit b282e501 authored by Benjamin Blanc's avatar Benjamin Blanc

Add susbscribeNode() to taskdistribution (client side)

parent 4f9ee33f
......@@ -455,6 +455,13 @@ class TaskDistributor(RPCRetry):
result = self._retryRPC('getTestType')
return result
def subscribeNode(self, node_title, computer_guid):
"""
Susbscribes node with the node title and the computer guid.
"""
self._retryRPC('subscribeNode', (node_title,computer_guid,))
class DummyTaskDistributionTool(object):
"""
......
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