Changeset 93889 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- Feb 22, 2022 5:34:57 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddGuestCtrl.py
r93817 r93889 4752 4752 return reporter.error('Filed to write test files to "%s" on the host!' % (sScratchHst,)); 4753 4753 4754 # If for whatever reason the directory tree does not exist on the host, let us know. 4755 # Copying an non-existing tree *will* fail the tests which otherwise should succeed! 4756 assert os.path.exists(sScratchTreeDirHst); 4757 4754 4758 # Generate a test file in 32MB to 64 MB range. 4755 4759 sBigFileHst = os.path.join(self.oTstDrv.sScratchPath, 'gctrl-random.data');
Note:
See TracChangeset
for help on using the changeset viewer.