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

  /external/autotest/server/cros/cfm/configurable_test/
actions_unittest.py 74 action = actions.AssertUsbDevices([spec], lambda x: True)
84 action = actions.AssertUsbDevices(
95 action = actions.AssertUsbDevices(
103 action = actions.AssertUsbDevices([USB_DEVICE_SPEC])
actions.py 164 class AssertUsbDevices(Action):
183 super(AssertUsbDevices, self).__init__()
197 return 'AssertUsbDevices for specs %s' % str(self._usb_device_specs)
328 RetryAssertAction(AssertUsbDevices(ATRUS), 10)

Completed in 157 milliseconds