Home
last modified time | relevance | path

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

/external/autotest/site_utils/admin_audit/
Dverifiers.py401 nic_path = self._get_device_path(hub_path, self.NIC_VID, self.NIC_PID)
402 if not nic_path or nic_path == '.':
406 logging.info('Path to the servo_v4 NIC device: %s', nic_path)
407 if hub_path == nic_path or not nic_path.startswith(hub_path):
413 macaddr = self._get_mac_address(host, nic_path)
437 def _get_mac_address(self, host, nic_path): argument
438 cmd = r'find %s/ | grep /net/ | grep /address' % nic_path