Searched refs:rpc_interface (Results 1 – 6 of 6) sorted by relevance
/external/autotest/frontend/afe/ |
D | rpc_interface_unittest.py | 17 models, rpc_interface, rpc_utils) 46 retval = rpc_interface.shard_heartbeat( 88 job_id = rpc_interface.create_job(name='stub', priority=self._PRIORITY, 126 side_effect=lambda: rpc_interface.remove_board_from_shard( 224 rpc_interface.delete_shard(hostname=shard1.hostname) 256 self.old_respect_static_config = rpc_interface.RESPECT_STATIC_ATTRIBUTES 257 rpc_interface.RESPECT_STATIC_ATTRIBUTES = True 264 rpc_interface.RESPECT_STATIC_ATTRIBUTES = self.old_respect_static_config 280 hosts = rpc_interface.get_hosts(hostname=host1.hostname) 299 attributes = rpc_interface.get_host_attribute( [all …]
|
D | direct_afe.py | 8 from autotest_lib.frontend.afe import rpc_interface 17 func = rpc_interface.__getattribute__(call)
|
D | views.py | 8 from autotest_lib.frontend.afe import models, rpc_handler, rpc_interface 11 rpc_handler_obj = rpc_handler.RpcHandler((rpc_interface, ), 12 document_module=rpc_interface)
|
D | rpc_interface.py | 51 from autotest_lib.frontend.tko import rpc_interface as tko_rpc_interface
|
/external/autotest/frontend/tko/ |
D | views.py | 1 from autotest_lib.frontend.tko import rpc_interface 5 rpc_handler_obj = rpc_handler.RpcHandler((rpc_interface,), 6 document_module=rpc_interface)
|
/external/autotest/site_utils/ |
D | diagnosis_utils.py | 186 def __init__(self, rpc_interface): argument 191 self.rpc_interface = rpc_interface 213 hosts = self.rpc_interface.get_hosts( 257 incomplete_jobs = self.rpc_interface.get_jobs(
|