VirtualBox

Ignore:
Timestamp:
Nov 17, 2022 3:21:51 PM (2 years ago)
Author:
vboxsync
Message:

Validation Kit/Guest Additions: Removed rebooting and reconnecting to the guest if the first TxS connection attempt failed. We need to fix the real cause behind it instead.

File:
1 edited

Legend:

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

    r96407 r97593  
    202202            reporter.testDone();
    203203
    204             # Certain Linux guests don't behave accordingly so that detecting the CD isn't working properly.
    205             # So reboot those guests in the hope that it works finally.
    206             ### @todo Needs investigation; probably only udev or something is broken there (?).
    207             if oTestVm.isLinux():
    208                 reporter.testStart('Rebooting and reconnecting to TXS');
    209                 fRc, oTxsSession = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, fCdWait = True,
    210                                                                     cMsCdWait = 5 * 60 * 1000,
    211                                                                     sFileCdWait = self.sFileCdWait);
    212                 reporter.testDone();
    213 
    214             if oSession is not None:
     204            if  oSession    is not None \
     205            and oTxsSession is not None:
    215206                self.addTask(oTxsSession);
    216207                # Do the testing.
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