VirtualBox

Changeset 84257 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
May 11, 2020 3:30:44 PM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAddSharedFolders1.py: Also check the session status while running FsPerf.

File:
1 edited

Legend:

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

    r84245 r84257  
    281281            reporter.log2('Starting guest FsPerf (%s)...' % (asArgs,));
    282282            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);
    284285            reporter.log2('FsPerf -> %s' % (fRc,));
    285286            if not fRc:
    286287                # Do a bit of diagnosis to find out why this failed.
    287                 if     not  oTestVm.isWindows() \
     288                if     not oTestVm.isWindows() \
    288289                   and not oTestVm.isOS2():
    289290                    oTxsSession.syncExec("/bin/ls", ("/bin/ls", "-al", sFsPerfPath), fIgnoreErrors = True);
Note: See TracChangeset for help on using the changeset viewer.

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