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.txt124 >>> rpc_interface.modify_host(id='ipaj1', status='Hello')
127 >>> rpc_interface.modify_host(id='ipaj1', hostname='ipaj1000')
136 >>> rpc_interface.modify_host(id='ipaj1000', locked=False)
139 >>> rpc_interface.modify_host(id='ipaj1000', locked=True, lock_reason='Locking a locked device')
141 ... rpc_interface.modify_host(id='ipaj1000', locked=True)
/external/autotest/frontend/afe/
Drpc_interface_unittest.py476 rpc_interface.modify_host(id=host.id, locked=True,
Drpc_interface.py275 def modify_host(id, **kwargs): function