Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dcros_label_unittest.py128 class MockAFEHost(utils.EmptyAFEHost):
153 self._afe_host = utils.EmptyAFEHost()
Dbase_label_unittest.py56 class MockAFEHost(utils.EmptyAFEHost):
Dabstract_ssh.py91 self._afe_host = afe_host or utils.EmptyAFEHost()
/external/autotest/server/
Dsite_utils.py92 class EmptyAFEHost(object): class
702 return (machine, EmptyAFEHost())
Dserver_job.py120 afe_host = server_utils.EmptyAFEHost()
131 afe_host = server_utils.EmptyAFEHost()
/external/autotest/site_utils/deployment/prepare/
Ddut.py123 'afe_host': server_utils.EmptyAFEHost(),