Changeset 84257 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- May 11, 2020 3:30:44 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddSharedFolders1.py
r84245 r84257 281 281 reporter.log2('Starting guest FsPerf (%s)...' % (asArgs,)); 282 282 sFsPerfPath = self._locateGstFsPerf(oTxsSession); 283 fRc = self.oTstDrv.txsRunTest(oTxsSession, 'FsPerf', 30 * 60 * 1000, sFsPerfPath, asArgs); 283 fRc = self.oTstDrv.txsRunTest(oTxsSession, 'FsPerf', 30 * 60 * 1000, sFsPerfPath, asArgs, 284 fCheckSessionStatus = True); 284 285 reporter.log2('FsPerf -> %s' % (fRc,)); 285 286 if not fRc: 286 287 # Do a bit of diagnosis to find out why this failed. 287 if not 288 if not oTestVm.isWindows() \ 288 289 and not oTestVm.isOS2(): 289 290 oTxsSession.syncExec("/bin/ls", ("/bin/ls", "-al", sFsPerfPath), fIgnoreErrors = True);
Note:
See TracChangeset
for help on using the changeset viewer.