Home
last modified time | relevance | path

Searched refs:modify_host (Results 1 – 3 of 3) sorted by relevance

/external/autotest/frontend/afe/doctests/
D001_rpc_test.txt126 >>> rpc_interface.modify_host(id='ipaj1', status='Hello')
129 >>> rpc_interface.modify_host(id='ipaj1', hostname='ipaj1000')
138 >>> rpc_interface.modify_host(id='ipaj1000', locked=False)
141 >>> rpc_interface.modify_host(id='ipaj1000', locked=True, lock_reason='Locking a locked device')
143 ... rpc_interface.modify_host(id='ipaj1000', locked=True)
/external/autotest/frontend/afe/
Drpc_interface.py348 def modify_host(id, **kwargs): function
Drpc_interface_unittest.py1168 rpc_interface.modify_host(id=host.id, locked=True,