Searched refs:afe_comm (Results 1 - 8 of 8) sorted by relevance

/external/autotest/cli/
H A Dchange_protection_level.py20 afe_proxy = rpc.afe_comm(autotest_host, '/afe/server/noauth/rpc/')
H A Drpc.py66 class afe_comm(rpc_comm): class in inherits:rpc_comm
69 super(afe_comm, self).__init__(web_server, rpc_path, username)
H A Dcli_mock.py32 self.god.stub_class_method(rpc.afe_comm, 'run')
88 comm = rpc.afe_comm.run
H A Daction_common_unittest.py101 mytest.afe = rpc.afe_comm()
163 mytest.afe = rpc.afe_comm()
185 crdel.afe = rpc.afe_comm()
240 addrm.afe = rpc.afe_comm()
H A Dsite_host.py58 obj.afe = rpc.afe_comm(web_server)
H A Dtopic_common_unittest.py321 self.atest.afe = rpc.afe_comm()
772 self.atest.afe = rpc.afe_comm('http://does_not_exist')
774 rpc.afe_comm.run.expect_call('myop').and_raises(urllib2.URLError("<urlopen error (-2, 'Name or service not known')>"))
H A Dtopic_common.py504 self.afe = rpc.afe_comm(self.web_server)
/external/autotest/cli/contrib/
H A Dwhy_isnt_my_job_running.py22 proxy = rpc.afe_comm(autotest_host)

Completed in 243 milliseconds