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

  /external/autotest/server/cros/atrus/
atrus_utils.py 12 ATRUS = cfm_usb_devices.ATRUS
35 Executes a forced upgrade of the Atrus device.
40 args = [dbus.String('/lib/firmware/google/atrus-fw-bundle-latest.bin')]
55 Wait for an Atrus device to enumerate.
63 lambda: len(device_manager.get_devices_by_spec(ATRUS)) >= 1,
66 desc='No atrus device enumerated')
  /external/autotest/client/common_lib/cros/cfm/usb/
cfm_usb_devices.py 57 ATRUS = usb_device_spec.UsbDeviceSpec(
  /external/autotest/server/site_tests/enterprise_CFM_MimoSanity/
enterprise_CFM_MimoSanity.py 56 cfm_usb_devices.ATRUS)
  /external/autotest/client/common_lib/cros/manual/
cfm_helper.py 16 ATRUS = '18d1:8001'
336 'atrus': []
346 if speaker == ATRUS and check_is_platform(dut, 'guado'):
347 logging.info('---atrus speaker %s connected to CfM', speaker)
348 cmd = 'tail -1 /var/log/atrus.log | awk -v N=1 "{print $N}"'
349 last_lines['atrus'] = dut.run_output(cmd).strip().split()[0]
366 if logfile == 'atrus':
367 cmd ='awk \'/{}/,0\' /var/log/atrus.log'.format(lastlines[logfile])
384 if logfile == 'atrus':
385 cmd ='cat /var/log/atrus.log
    [all...]
  /external/autotest/server/site_tests/enterprise_CFM_Test/
enterprise_CFM_Test.py 16 ATRUS = "Hangouts Meet speakermic"
29 'atrus':[]
464 Check /var/log/atrus.log does not contain any element in
465 error_key_words['atrus'].
471 if self.name_speaker not in ATRUS:
476 self.error_key_words, 'atrus', 'atrus')
    [all...]

Completed in 91 milliseconds