Changeset 60897 in vbox for trunk/src/VBox/ValidationKit/tests/usb/tst-utsgadget.py
- Timestamp:
- May 9, 2016 2:51:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/usb/tst-utsgadget.py
r60569 r60897 115 115 print '%s: clearImpersonation()' % (boolRes(rc)); 116 116 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 117 124 # Done 118 125 rc = oGadget.disconnectFrom();
Note:
See TracChangeset
for help on using the changeset viewer.