Searched refs:RemoteHost (Results 1 – 15 of 15) sorted by relevance
/external/autotest/server/hosts/ |
D | remote.py | 9 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()
|
D | remote_unittest.py | 11 host = remote.RemoteHost("myhost")
|
D | __init__.py | 13 from remote import RemoteHost
|
D | bootloader_unittest.py | 26 return self.god.create_mock_class(hosts.RemoteHost, "host")
|
D | abstract_ssh.py | 18 class AbstractSSHHost(remote.RemoteHost):
|
/external/autotest/server/samples/ |
D | autoserv_console.srv | 2 # control file. If you pass "-m hostname", a RemoteHost will be available under
|
D | kvm.srv | 4 print "XXXX creating RemoteHost object"
|
D | parallel_kvm.srv | 5 print "XXXX creating RemoteHost object"
|
D | netperf-guest-to-host-far.srv | 20 print "XXXX creating RemoteHost objects"
|
D | kvm_from_git.srv | 2 print "XXXX creating RemoteHost object"
|
/external/autotest/server/ |
D | source_kernel_unittest.py | 12 self.host = self.god.create_mock_class(hosts.RemoteHost, "host")
|
D | deb_kernel_unittest.py | 15 self.host = self.god.create_mock_class(hosts.RemoteHost, "host")
|
D | rpm_kernel_unittest.py | 24 host = self.god.create_mock_class(hosts.RemoteHost, "host")
|
D | autotest_unittest.py | 21 self.host = self.god.create_mock_class(hosts.RemoteHost, "host")
|
/external/llvm/tools/bugpoint/ |
D | ToolRunner.cpp | 39 RemoteHost("remote-host", variable 745 ProgramArgs.push_back(RemoteHost.c_str()); in ExecuteProgram()
|