Changeset 65514 in vbox for trunk/src/VBox
- Timestamp:
- Jan 30, 2017 8:21:40 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/usb/tdUsb1.py
r65461 r65514 405 405 reporter.testFailure('Running USB test utility failed'); 406 406 else: 407 reporter.testFailure('Failed to impersonate test device'); 408 407 reporter.testFailure('Failed to attach USB device to VM'); 409 408 oUsbGadget.disconnectFrom(); 410 409 else: 411 reporter.testFailure('Failed to create USB device filter');410 reporter.testFailure('Failed to impersonate test device'); 412 411 413 412 self.oVBox.host.removeUSBDeviceSource(sGadgetHost);
Note:
See TracChangeset
for help on using the changeset viewer.