HomeSort by relevance Sort by last modified time
    Searched refs:rpc_interface (Results 1 - 9 of 9) sorted by null

  /external/autotest/frontend/afe/
direct_afe.py 8 from autotest_lib.frontend.afe import rpc_interface
13 functionality, but makes direct calls to rpc_interface rather than
17 func = rpc_interface.__getattribute__(call)
rpc_interface_unittest.py 19 from autotest_lib.frontend.afe import rpc_interface
46 retval = rpc_interface.shard_heartbeat(
88 job_id = rpc_interface.create_job(name='dummy', priority=self._PRIORITY,
125 rpc_interface.remove_board_from_shard(shard1.hostname, label1.name)
225 rpc_interface.delete_shard(hostname=shard1.hostname)
257 self.old_respect_static_config = rpc_interface.RESPECT_STATIC_ATTRIBUTES
258 rpc_interface.RESPECT_STATIC_ATTRIBUTES = True
266 rpc_interface.RESPECT_STATIC_ATTRIBUTES = self.old_respect_static_config
282 hosts = rpc_interface.get_hosts(hostname=host1.hostname)
301 attributes = rpc_interface.get_host_attribute
    [all...]
views.py 8 from autotest_lib.frontend.afe import models, rpc_handler, rpc_interface
16 # override those of rpc_interface
17 rpc_handler_obj = rpc_handler.RpcHandler((rpc_interface,
19 document_module=rpc_interface)
rpc_interface.py 61 from autotest_lib.frontend.tko import rpc_interface as tko_rpc_interface
    [all...]
  /external/autotest/frontend/tko/
rpc_interface_unittest_fixme.py 9 from autotest_lib.frontend.tko import models, rpc_interface
242 test = rpc_interface.get_detailed_test_views()[0]
260 rpc_interface.set_test_attribute('foo', 'bar', test_name='mytest1')
261 test = rpc_interface.get_detailed_test_views()[0]
266 rpc_interface.set_test_attribute('foo', 'goo', test_name='mytest1')
267 test = rpc_interface.get_detailed_test_views()[0]
272 rpc_interface.set_test_attribute('foo', None, test_name='mytest1')
273 test = rpc_interface.get_detailed_test_views()[0]
279 self.assertRaises(ValueError, rpc_interface.set_test_attribute,
284 tests = rpc_interface.get_test_views(
    [all...]
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/server/
site_utils_unittest.py 9 from autotest_lib.frontend.afe import rpc_interface
45 (build, rpc_interface.canonicalize_suite_name(suite)))
  /external/autotest/site_utils/
diagnosis_utils.py 216 def __init__(self, rpc_interface):
219 @param rpc_interface: An rpc object, eg: A RetryingAFE instance.
221 self.rpc_interface = rpc_interface
241 self.rpc_interface,
298 hosts = self.rpc_interface.get_hosts(
343 incomplete_jobs = self.rpc_interface.get_jobs(
  /external/autotest/site_utils/stats/
apache_access_log_metrics.py 22 # Not used, but needed for importing rpc_interface.
24 from autotest_lib.frontend.afe import rpc_interface
99 WHITELISTED_METHODS = (frozenset(dir(rpc_interface)) |

Completed in 73 milliseconds