HomeSort by relevance Sort by last modified time
    Searched refs:_afe_host (Results 1 - 11 of 11) sorted by null

  /external/autotest/server/
afe_utils.py 44 return host._afe_host
  /external/autotest/server/hosts/
testbed.py 60 self._afe_host = afe_host or utils.EmptyAFEHost()
65 hostname=hostname, afe_host=self._afe_host, **dargs)
67 serials_from_attributes = self._afe_host.attributes.get('serials')
78 adb_serial=adb_serial, afe_host=self._afe_host,
base_label.py 259 old_labels = set(host._afe_host.labels)
cros_label_unittest.py 84 self._afe_host = MockAFEHost(labels)
base_label_unittest.py 81 self._afe_host = afe_host
cros_label.py 51 for label in host._afe_host.labels:
66 for label in host._afe_host.labels:
servo_host.py 725 `_afe_host.attributes` field in the provided `dut_host` parameter.
742 attrs = dut_host._afe_host.attributes
    [all...]
adb_host.py 220 adb_serial = adb_serial or self._afe_host.attributes.get('serials')
222 self._afe_host.attributes.get('fastboot_serial'))
    [all...]
abstract_ssh.py 81 self._afe_host = afe_host or utils.EmptyAFEHost()
    [all...]
  /external/autotest/server/cros/chaos_lib/
static_runner.py 130 'afe_host' : self._host._afe_host,
chaos_runner.py 164 'afe_host' : self._host._afe_host,

Completed in 5825 milliseconds