Home
last modified time | relevance | path

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

/external/autotest/frontend/afe/
Drpc_interface_unittest.py19 from autotest_lib.frontend.afe import rpc_interface
49 retval = rpc_interface.shard_heartbeat(
91 job_id = rpc_interface.create_job(name='dummy', priority=self._PRIORITY,
128 rpc_interface.remove_board_from_shard(shard1.hostname, label1.name)
228 rpc_interface.delete_shard(hostname=shard1.hostname)
260 self.old_respect_static_config = rpc_interface.RESPECT_STATIC_ATTRIBUTES
261 rpc_interface.RESPECT_STATIC_ATTRIBUTES = True
269 rpc_interface.RESPECT_STATIC_ATTRIBUTES = self.old_respect_static_config
285 hosts = rpc_interface.get_hosts(hostname=host1.hostname)
304 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
17 rpc_handler_obj = rpc_handler.RpcHandler((rpc_interface,
19 document_module=rpc_interface)
Drpc_interface.py60 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(
/external/autotest/site_utils/stats/
Dapache_access_log_metrics.py24 from autotest_lib.frontend.afe import rpc_interface
99 ALLOWLISTED_METHODS = (frozenset(dir(rpc_interface))