VirtualBox

Ignore:
Timestamp:
May 11, 2020 8:52:17 AM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137848
Message:

Validation Kit/tdAddSharedFolders1.py: Make sure that the share is accessible (for performance testing only).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/additions/tdAddSharedFolders1.py

    r84093 r84240  
    278278            asArgs.extend(self.asExtraArgs);
    279279
     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
    280285            # Run FsPerf:
    281286            reporter.log2('Starting guest FsPerf (%s)...' % (asArgs,));
     
    309314        for sFsPerfPath in self.asGstFsPerfPaths:
    310315            if oTxsSession.syncIsFile(sFsPerfPath):
     316                reporter.log('Using FsPerf at "%s"' % (sFsPerfPath,));
    311317                return sFsPerfPath;
    312318        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.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette