Home
last modified time | relevance | path

Searched refs:EmptyAFEHost (Results 1 – 6 of 6) sorted by relevance

/external/autotest/server/
Dafe_utils_unittest.py22 self._afe_host = site_utils.EmptyAFEHost()
Dsite_utils.py90 class EmptyAFEHost(object): class
728 return (machine, EmptyAFEHost())
Dserver_job.py109 afe_host = server_utils.EmptyAFEHost()
/external/autotest/server/hosts/
Dbase_label_unittest.py69 class MockAFEHost(utils.EmptyAFEHost):
Dtestbed.py60 self._afe_host = afe_host or utils.EmptyAFEHost()
Dabstract_ssh.py70 self._afe_host = afe_host or utils.EmptyAFEHost()