VirtualBox

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


Ignore:
Timestamp:
Apr 30, 2020 6:57:43 AM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAddSharedFolders1.py: Unmount testing bugfixes.

File:
1 edited

Legend:

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

    r83735 r84093  
    160160        msStart = base.timestampMilli();
    161161        while True:
    162             fRc2 = oTxsSession.syncIsDir(sGuestMountPoint + self.sGuestSlash + 'candle.dir');
    163             reporter.log2('candle.dir check -> %s' % (fRc2,));
    164             if fRc2 is not fMustSucceed:
     162            fRc = oTxsSession.syncIsDir(sGuestMountPoint + self.sGuestSlash + 'candle.dir');
     163            reporter.log2('candle.dir check -> %s' % (fRc,));
     164            if fRc is not fMustSucceed:
    165165                break;
    166166            if base.timestampMilli() - msStart > 30000:
     
    172172        reporter.testDone();
    173173
    174         return fRc is fMustSucceed;
     174        return fRc is not fMustSucceed;
    175175
    176176    def unmountShare(self, oSession, oTxsSession, sShareName, sGuestMountPoint):
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