Searched refs:rpc_interface (Results 1 – 7 of 7) sorted by relevance
19 from autotest_lib.frontend.afe import rpc_interface49 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_ATTRIBUTES261 rpc_interface.RESPECT_STATIC_ATTRIBUTES = True269 rpc_interface.RESPECT_STATIC_ATTRIBUTES = self.old_respect_static_config285 hosts = rpc_interface.get_hosts(hostname=host1.hostname)304 attributes = rpc_interface.get_host_attribute([all …]
8 from autotest_lib.frontend.afe import rpc_interface17 func = rpc_interface.__getattribute__(call)
8 from autotest_lib.frontend.afe import models, rpc_handler, rpc_interface17 rpc_handler_obj = rpc_handler.RpcHandler((rpc_interface,19 document_module=rpc_interface)
60 from autotest_lib.frontend.tko import rpc_interface as tko_rpc_interface
1 from autotest_lib.frontend.tko import rpc_interface5 rpc_handler_obj = rpc_handler.RpcHandler((rpc_interface,),6 document_module=rpc_interface)
186 def __init__(self, rpc_interface): argument191 self.rpc_interface = rpc_interface213 hosts = self.rpc_interface.get_hosts(257 incomplete_jobs = self.rpc_interface.get_jobs(
24 from autotest_lib.frontend.afe import rpc_interface99 ALLOWLISTED_METHODS = (frozenset(dir(rpc_interface))