VirtualBox

Ignore:
Timestamp:
May 9, 2016 2:51:33 PM (9 years ago)
Author:
vboxsync
Message:

tst-utsgadget: Small new tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/usb/tst-utsgadget.py

    r60569 r60897  
    115115        print '%s: clearImpersonation()' % (boolRes(rc));
    116116
     117        # Test super speed (and therefore passing configuration items)
     118        rc = oGadget.impersonate(usbgadget.g_ksGadgetImpersonationTest, True);
     119        print '%s: impersonate(, True)' % (boolRes(rc));
     120
     121        rc = oGadget.clearImpersonation();
     122        print '%s: clearImpersonation()' % (boolRes(rc));
     123
    117124        # Done
    118125        rc = oGadget.disconnectFrom();
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