VirtualBox

Changeset 66853 in vbox


Ignore:
Timestamp:
May 10, 2017 8:02:11 AM (8 years ago)
Author:
vboxsync
Message:

ValidationKit: usbtest: print => reporter.log to make it better scannable by vsheriff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/usb/usbgadget.py

    r65963 r66853  
    14301430            if self.oUtsSession is not None:
    14311431                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()));
    14331433                if fDone is True and self.oUtsSession.isSuccess():
    14341434                    # Parse the reply.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette