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

  /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 2 from autotest_lib.frontend.tko import rpc_interface, graphing_utils
6 rpc_handler_obj = rpc_handler.RpcHandler((rpc_interface,),
7 document_module=rpc_interface)
  /external/autotest/frontend/afe/
direct_afe.py 9 from autotest_lib.frontend.afe import rpc_interface
15 rpc_interface rather than making RPC calls to an RPC server.
21 func = rpc_interface.__getattribute__(call)
32 'rpc_interface or site_rpc_interface' % call)
rpc_interface_unittest.py 9 from autotest_lib.frontend.afe import models, rpc_interface, frontend_test_utils
43 rpc_interface.add_atomic_group, name='foo',
46 self.assertRaises(model_logic.ValidationError, rpc_interface.add_label,
49 self.assertRaises(model_logic.ValidationError, rpc_interface.add_host,
56 rpc_interface. label_add_hosts, id='platform2',
59 rpc_interface.host_add_labels,
62 platforms = rpc_interface.get_labels(
74 hosts = rpc_interface.get_hosts()
77 hosts = rpc_interface.get_hosts(hostname='host1')
88 hosts = rpc_interface.get_hosts
    [all...]
views.py 8 from autotest_lib.frontend.afe import models, rpc_handler, rpc_interface
16 # of rpc_interface
17 rpc_handler_obj = rpc_handler.RpcHandler((rpc_interface, site_rpc_interface),
18 document_module=rpc_interface)
site_rpc_interface_unittest.py 26 from autotest_lib.frontend.afe import rpc_interface, site_rpc_interface
551 job_id = rpc_interface.create_job(name='dummy', priority='Medium',
641 job_id = rpc_interface.create_job(name='dummy', priority='Medium',
    [all...]
rpc_interface.py 47 from autotest_lib.frontend.tko import rpc_interface as tko_rpc_interface
55 _timer = autotest_stats.Timer('rpc_interface')
    [all...]
  /external/autotest/site_utils/
diagnosis_utils.py 137 def __init__(self, rpc_interface):
140 @param rpc_interface: An rpc object, eg: A RetryingAFE instance.
142 self.rpc_interface = rpc_interface
159 hosts = self.rpc_interface.get_hosts(
167 jobs = self.rpc_interface.get_host_queue_entries(
196 hosts = self.rpc_interface.get_hosts(
249 incomplete_jobs = self.rpc_interface.get_jobs(
  /external/autotest/server/cros/
repair_utils_unittest.py 17 from autotest_lib.frontend.afe import models, rpc_interface
39 return utils.strip_unicode(getattr(rpc_interface, func)(**kwargs))

Completed in 289 milliseconds