Changeset 54122 in vbox for trunk/src/VBox/ValidationKit/tests/usb
- Timestamp:
- Feb 10, 2015 11:03:11 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98133
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/usb/tdUsb1.py
r54118 r54122 251 251 return kdGadgetsConfigured.get(sSpeed); 252 252 253 return None;253 return (None, None); 254 254 255 255 # 256 256 # Test execution helpers. 257 257 # 258 def testUsbCompliance(self, oSession, oTxsSession, s VmName, sSpeed):258 def testUsbCompliance(self, oSession, oTxsSession, sSpeed): 259 259 """ 260 260 Test VirtualBoxs USB stack in a VM. … … 332 332 self.sleep(5); 333 333 334 fRc = self.testUsbCompliance(oSession, oTxsSession, s VmName, sSpeed);334 fRc = self.testUsbCompliance(oSession, oTxsSession, sSpeed); 335 335 336 336 # cleanup.
Note:
See TracChangeset
for help on using the changeset viewer.