Home
last modified time | relevance | path

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

/external/autotest/server/cros/servo/topology/
Dservo_topology.py207 hub_path = servo_path[0:-2]
208 logging.debug('Core hub path: %s', hub_path)
209 devices_cmd = 'find %s/* -name serial' % hub_path
251 hub_path = self._read_file(path, 'devpath')
253 return self._create_item(serial, stype, product, hub_path)
255 def _create_item(self, servo_serial, servo_type, product, hub_path): argument
270 stc.ST_DEVICE_HUB_PORT: hub_path
272 if not (servo_serial and servo_type and product and hub_path):
/external/autotest/site_utils/admin_audit/
Dverifiers.py395 hub_path = self._get_device_path(None, self.HUB_VID, self.HUB_PID)
396 if not hub_path or hub_path == '.':
400 logging.info('Path to the servo_v4 HUB device: %s', hub_path)
401 nic_path = self._get_device_path(hub_path, self.NIC_VID, self.NIC_PID)
407 if hub_path == nic_path or not nic_path.startswith(hub_path):