HomeSort by relevance Sort by last modified time
    Searched refs:rpc_interface (Results 1 - 8 of 8) 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
49 self.assertRaises(model_logic.ValidationError, rpc_interface.add_label,
52 self.assertRaises(model_logic.ValidationError, rpc_interface.add_host,
59 rpc_interface. label_add_hosts, id='platform2',
62 rpc_interface.host_add_labels,
65 platforms = rpc_interface.get_labels(
77 self.assertEquals(rpc_interface.ping_db(), [True])
81 hosts = rpc_interface.get_hosts()
84 hosts = rpc_interface.get_hosts(hostname='host1')
94 hosts = rpc_interface.get_hosts
    [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 58 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
239 self.rpc_interface,
304 hosts = self.rpc_interface.get_hosts(
349 incomplete_jobs = self.rpc_interface.get_jobs(

Completed in 162 milliseconds