Home
last modified time | relevance | path

Searched refs:dut_mac (Results 1 – 5 of 5) sorted by relevance

/external/autotest/client/site_tests/policy_DeviceDockMacAddressSource/
Dpolicy_DeviceDockMacAddressSource.py55 dut_mac = utils.run(
57 dut_mac = dut_mac.stdout.lower().rstrip()
58 return dut_mac
90 dut_mac = self._get_dut_mac(device_name)
99 if dut_mac != dock_mac:
104 if dock_mac == dut_mac or dock_mac == desig_mac:
/external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/
Dnetwork_WiFi_DarkResumeActiveScans.py59 dut_mac = client.wifi_mac
63 logging.info('DUT WiFi MAC = %s, IPv4 = %s', dut_mac, dut_ip)
84 router.send_magic_packet(dut_ip, dut_mac)
93 self.stop_capture_and_check_for_probe_requests(mac=dut_mac)
129 self.stop_capture_and_check_for_probe_requests(mac=dut_mac)
/external/autotest/server/cros/chaos_lib/
Dchaos_capture_analyzer.py396 def __init__(self, ap_macs, dut_mac, filtered_packets, capture, logger): argument
402 self._dut_mac = dut_mac
605 def __init__(self, ap_bssids, ap_ssid, dut_mac, logger): argument
608 self._dut_mac = dut_mac
628 def _validate_dut_presence(self, capture, dut_mac): argument
629 tx_count = capture.count_packets_from([dut_mac])
632 "No packets Tx at all from DUT MAC %r!" % dut_mac)
634 rx_count = capture.count_packets_to([dut_mac])
635 self._log.log_to_output_file("DUT MAC: %s." % dut_mac)
666 dut_mac = self._dut_mac
[all …]
Dchaos_analyzer.py76 dut_mac = line[len(dut_mac_prefix):].rstrip()
78 dut_mac.replace('\'', '').replace(',', ''))
145 def dut_mac(self): member in ChaosTestInfo
258 test_info.dut_mac, logger))
/external/autotest/server/site_tests/network_WiFi_WoWLAN/
Dnetwork_WiFi_WoWLAN.py25 dut_mac = client.wifi_mac
28 logging.info('DUT WiFi MAC = %s, IPv4 = %s', dut_mac, dut_ip)
39 router.send_magic_packet(dut_ip, dut_mac)