Changeset 71677 in vbox
- Timestamp:
- Apr 5, 2018 12:05:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/usb/tdUsb1.py
r70521 r71677 417 417 self.oVBox.host.removeUSBDeviceSource(sGadgetHost); 418 418 else: 419 reporter.testFailure('Failed to connect to USB gadget'); 419 reporter.log('warning: Failed to connect to USB gadget'); 420 fRc = None 420 421 421 422 _ = sUsbCtrl; … … 462 463 463 464 else: 464 reporter.testFailure('Failed to impersonate test device');465 reporter.testFailure('Failed to create USB device filter'); 465 466 466 467 oUsbGadget.disconnectFrom(); 467 468 else: 468 reporter.testFailure('Failed to connect to USB gadget');469 reporter.testFailure('Failed to impersonate test device'); 469 470 else: 470 reporter.testFailure('Failed to create USB device filter'); 471 reporter.log('warning: Failed to connect to USB gadget'); 472 fRc = None 471 473 472 474 return fRc;
Note:
See TracChangeset
for help on using the changeset viewer.