VirtualBox

Ignore:
Timestamp:
Apr 30, 2020 4:09:02 PM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAAddBasic1.py: More CD waiting fixes, needed for busy testboxes.

File:
1 edited

Legend:

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

    r84094 r84113  
    315315            reporter.error('Error installing Windows Guest Additions (installer returned with exit code)')
    316316        else:
    317             (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, cMsTimeout = 15 * 60 * 1000);
     317            (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, cMsTimeout = 15 * 60 * 1000,
     318                                                                  cMsCdWait = 15 * 60 * 1000);
    318319            if fRc is True:
    319320                # Add the Windows Guest Additions installer files to the files we want to download
     
    386387        if fRc:
    387388            reporter.testStart('Rebooting guest w/ updated Guest Additions active');
    388             (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, 15 * 60 * 1000,
    389                                                                   sFileCdWait = self.sFileCdWait);
     389            (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, cMsTimeout = 15 * 60 * 1000,
     390                                                                  cMsCdWait = 15 * 60 * 1000);
    390391            if fRc:
    391392                pass
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