Changeset 97439 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Nov 7, 2022 7:00:32 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r97422 r97439 1733 1733 self.oTestFiles = vboxtestfileset.TestFileSet(oTestVm, 1734 1734 self.oTstDrv.getGuestTempDir(oTestVm), 'addgst-1', 1735 cchMaxPath = cchMaxPath, asCompatibleWith = [ oTestVm.getGuestOs() ]); 1735 # Make sure that we use a lowest common denominator across all supported 1736 # platforms, to make testing the randomly generated file paths work reliably. 1737 cchMaxPath = cchMaxPath, asCompatibleWith = [ ('cross') ]); 1736 1738 return self.oTestFiles.upload(oTxsSession, self.oTstDrv); 1737 1739
Note:
See TracChangeset
for help on using the changeset viewer.