Changeset 84240 in vbox for trunk/src/VBox/ValidationKit/tests/additions
- Timestamp:
- May 11, 2020 8:52:17 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137848
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddSharedFolders1.py
r84093 r84240 278 278 asArgs.extend(self.asExtraArgs); 279 279 280 # Hack alert: Make sure that the share is accessible. 281 ## @todo Better check user group(s) "vboxsf" and stuff. 282 if not oTestVm.isWindows(): 283 oTxsSession.syncChMod(sMountPoint1, 0o777); 284 280 285 # Run FsPerf: 281 286 reporter.log2('Starting guest FsPerf (%s)...' % (asArgs,)); … … 309 314 for sFsPerfPath in self.asGstFsPerfPaths: 310 315 if oTxsSession.syncIsFile(sFsPerfPath): 316 reporter.log('Using FsPerf at "%s"' % (sFsPerfPath,)); 311 317 return sFsPerfPath; 312 318 reporter.log('Unable to find guest FsPerf in any of these places: %s' % ('\n '.join(self.asGstFsPerfPaths),));
Note:
See TracChangeset
for help on using the changeset viewer.