Searched refs:MoblabHost (Results 1 – 3 of 3) sorted by relevance
/external/autotest/server/hosts/ |
D | moblab_host.py | 41 class MoblabHost(cros_host.CrosHost): class 46 super(MoblabHost, self)._initialize(*args, **dargs) 118 super(MoblabHost, self).reboot(**dargs) 210 super(MoblabHost, self).verify_software() 278 super(MoblabHost, self).check_device() 292 super(MoblabHost, self).repair() 302 return super(MoblabHost, self).get_platform() + '_moblab'
|
D | factory.py | 31 host_types = [cros_host.CrosHost, moblab_host.MoblabHost, sonic_host.SonicHost,
|
/external/autotest/site_utils/ |
D | brillo_common.py | 66 host_class=moblab_host.MoblabHost,
|