Home
last modified time | relevance | path

Searched refs:RemoteHost (Results 1 – 15 of 15) sorted by relevance

/external/autotest/server/hosts/
Dremote.py9 class RemoteHost(base_classes.Host): class
35 super(RemoteHost, self)._initialize(*args, **dargs)
47 super(RemoteHost, self).close()
215 super(RemoteHost, self).reboot_followup(*args, **dargs)
226 super(RemoteHost, self).wait_for_restart(timeout=timeout, **dargs)
231 super(RemoteHost, self).cleanup()
Dremote_unittest.py11 host = remote.RemoteHost("myhost")
D__init__.py13 from remote import RemoteHost
Dbootloader_unittest.py26 return self.god.create_mock_class(hosts.RemoteHost, "host")
Dabstract_ssh.py18 class AbstractSSHHost(remote.RemoteHost):
/external/autotest/server/samples/
Dautoserv_console.srv2 # control file. If you pass "-m hostname", a RemoteHost will be available under
Dkvm.srv4 print "XXXX creating RemoteHost object"
Dparallel_kvm.srv5 print "XXXX creating RemoteHost object"
Dnetperf-guest-to-host-far.srv20 print "XXXX creating RemoteHost objects"
Dkvm_from_git.srv2 print "XXXX creating RemoteHost object"
/external/autotest/server/
Dsource_kernel_unittest.py12 self.host = self.god.create_mock_class(hosts.RemoteHost, "host")
Ddeb_kernel_unittest.py15 self.host = self.god.create_mock_class(hosts.RemoteHost, "host")
Drpm_kernel_unittest.py24 host = self.god.create_mock_class(hosts.RemoteHost, "host")
Dautotest_unittest.py21 self.host = self.god.create_mock_class(hosts.RemoteHost, "host")
/external/llvm/tools/bugpoint/
DToolRunner.cpp39 RemoteHost("remote-host", variable
745 ProgramArgs.push_back(RemoteHost.c_str()); in ExecuteProgram()