VirtualBox

Changeset 60857 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
May 6, 2016 10:56:57 AM (9 years ago)
Author:
vboxsync
Message:

oops

File:
1 edited

Legend:

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

    r60856 r60857  
    320320
    321321            # Create test device gadget and a filter to attach the device automatically.
    322             fRc = self.oUsbGadget.impersonate(usbgadget.g_ksGadgetImpersonationTest, fSuperSpeed);
     322            fRc = oUsbGadget.impersonate(usbgadget.g_ksGadgetImpersonationTest, fSuperSpeed);
    323323            if fRc is True:
    324324                iBusId, _ = oUsbGadget.getGadgetBusAndDevId();
     
    371371
    372372            # Create test device gadget and a filter to attach the device automatically.
    373             fRc = self.oUsbGadget.impersonate(usbgadget.g_ksGadgetImpersonationTest, fSuperSpeed);
     373            fRc = oUsbGadget.impersonate(usbgadget.g_ksGadgetImpersonationTest, fSuperSpeed);
    374374            if fRc is True:
    375375                iBusId, _ = oUsbGadget.getGadgetBusAndDevId();
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