Changeset 66853 in vbox
- Timestamp:
- May 10, 2017 8:02:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/usb/usbgadget.py
r65963 r66853 1430 1430 if self.oUtsSession is not None: 1431 1431 fDone = self.oUtsSession.waitForTask(30*1000); 1432 print 'connect: waitForTask -> %s, result %s' % (fDone, self.oUtsSession.getResult());1432 reporter.log('connect: waitForTask -> %s, result %s' % (fDone, self.oUtsSession.getResult())); 1433 1433 if fDone is True and self.oUtsSession.isSuccess(): 1434 1434 # Parse the reply.
Note:
See TracChangeset
for help on using the changeset viewer.