Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/cros/
Dpower_cycle_usb_util.py139 lsusb_output = dut.run(cmd, ignore_status=True).stdout
140 logging.info('lsusb output {}'.format(lsusb_output))
141 target_bus_idx, target_dev_idx = get_bus_dev_id(lsusb_output, vid, pid)
145 lsusb_output = dut.run(cmd, ignore_status=True).stdout
147 lsusb_output, target_bus_idx, target_dev_idx)
151 def get_bus_dev_id(lsusb_output, vid, pid): argument
166 if lsusb_output == '':
168 lsusb_device_info = lsusb_output.strip().split('\n')
240 lsusb_output = dut.run(cmd, ignore_status=True).stdout
241 (target_bus_idx, target_dev_idx) = get_all_bus_dev_id(lsusb_output, vid, pid)
[all …]
/external/autotest/client/site_tests/hardware_RealtekCardReader/
Dhardware_RealtekCardReader.py16 lsusb_output = utils.system_output("lsusb -t")
17 if not "Driver=ums-realtek" in lsusb_output:
/external/autotest/server/site_tests/platform_ExternalUSBBootStress/
Dplatform_ExternalUSBBootStress.py27 def strip_lsusb_output(lsusb_output): argument
28 items = lsusb_output.split('\n')
/external/autotest/server/site_tests/platform_ExternalUSBStress/
Dplatform_ExternalUSBStress.py38 def strip_lsusb_output(lsusb_output): argument
46 items = lsusb_output.split('\n')
/external/autotest/client/cros/
Dliststorage.py131 lsusb_output = system_output(LSUSB_CMD, host)
133 for line in lsusb_output.splitlines():
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionStress/
Dkernel_ExternalUsbPeripheralsDetectionStress.py228 lsusb_output = (self.host.run('lsusb', ignore_status=True).
230 lsusb_diff = (list(set(lsusb_output).
/external/autotest/client/site_tests/cellular_SuspendResume/
Dcellular_SuspendResume.py146 lsusb_output = utils.system_output('lsusb', timeout=self.TIMEOUT)
148 logging.debug(lsusb_output)
/external/autotest/server/site_tests/platform_ExternalUsbPeripherals/
Dplatform_ExternalUsbPeripherals.py30 lsusb_output = self.host.run('lsusb').stdout.strip()
31 items = lsusb_output.split('\n')