VirtualBox

Changeset 60634 in vbox


Ignore:
Timestamp:
Apr 21, 2016 4:06:58 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
106793
Message:

ValidationKit/usb: Format the port as a hexadecimal number because the filter requires it that way

File:
1 edited

Legend:

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

    r60567 r60634  
    320320                iBusId, _ = oUsbGadget.getGadgetBusAndDevId();
    321321                fRc = oSession.addUsbDeviceFilter('Compliance device', sVendorId = '0525', sProductId = 'a4a0', \
    322                                                   sPort = str(iBusId));
     322                                                  sPort = format(iBusId, 'x'));
    323323                if fRc is True:
    324324
Note: See TracChangeset for help on using the changeset viewer.

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