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

  /external/autotest/server/cros/clique_lib/
clique_dut_updater.py 32 updater_obj.update_dut(dut_host=dut.host, image=image, force=force)
45 def _get_board_name_from_host(dut_host):
53 board = dut_host.get_board().replace(constants.BOARD_PREFIX, '')
56 'Cannot determine board for host %s' % dut_host.hostname)
57 logging.debug('Detected board %s for host %s', board, dut_host.hostname)
83 def _get_release_version_from_dut(dut_host):
86 @param dut_host: Host object representing the DUT.
90 return dut_host.get_release_version()
117 def update_dut(self, dut_host, image, force=True):
120 @param dut_host: Host object representing the DUT
    [all...]
clique_dut_locker.py 186 dut_host = hosts.create_host(host_name)
187 dut_wifi_client = wifi_client.WiFiClient(dut_host, './debug', False)
188 return DUTObject(dut_host, dut_wifi_client)
  /external/autotest/server/site_tests/network_WiFi_RegDomain/
network_WiFi_RegDomain.py 128 def count_mismatched_phy_configs(cls, dut_host, expected_channel_configs):
142 @param dut_host The host object for the DUT.
148 iw_runner.IwRunner(dut_host).list_phys())

Completed in 1054 milliseconds