Home
last modified time | relevance | path

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

/external/autotest/frontend/afe/doctests/
D001_rpc_test.txt146 >>> rpc_interface.delete_host(id='ipaj1000')
632 >>> rpc_interface.delete_host(id='my_label_host1')
633 >>> rpc_interface.delete_host(id='my_label_host2')
/external/autotest/frontend/afe/
Drpc_interface_unittest.py576 rpc_interface.delete_host(id=host1.id)
Drpc_interface.py486 def delete_host(id): function