Changeset 65515 in vbox
- Timestamp:
- Jan 30, 2017 8:22:59 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113151
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/usb/tdUsb1.py
r65514 r65515 323 323 """ 324 324 325 return '%s /%s-%s.pcap' % (self.sUsbCapturePath, sUsbCtrl, sSpeed);325 return '%s%s%s-%s.pcap' % (self.sUsbCapturePath, os.sep, sUsbCtrl, sSpeed); 326 326 327 327 def attachUsbDeviceToVm(self, oSession, sVendorId, sProductId, iBusId,
Note:
See TracChangeset
for help on using the changeset viewer.