Home
last modified time | relevance | path

Searched refs:rpc_interface (Results 1 – 6 of 6) sorted by relevance

/external/autotest/frontend/afe/
Drpc_interface_unittest.py17 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 …]
Ddirect_afe.py8 from autotest_lib.frontend.afe import rpc_interface
17 func = rpc_interface.__getattribute__(call)
Dviews.py8 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)
Drpc_interface.py51 from autotest_lib.frontend.tko import rpc_interface as tko_rpc_interface
/external/autotest/frontend/tko/
Dviews.py1 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/
Ddiagnosis_utils.py186 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(