VirtualBox

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


Ignore:
Timestamp:
Apr 14, 2023 9:40:36 AM (22 months ago)
Author:
vboxsync
Message:

Validation Kit/tdAddBasic1.py: Changed logging message for rebooting VM after Guest Additions installation (former message was a bit misleading).

File:
1 edited

Legend:

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

    r98998 r99397  
    463463        #
    464464        if fRc:
    465             reporter.testStart('Rebooting guest w/ updated Guest Additions active');
     465            reporter.testStart('Rebooting guest after Guest Additions installation');
    466466            (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, cMsTimeout = 15 * 60 * 1000);
    467467            if fRc:
     
    544544        if fRc:
    545545            if self.fRebootAfterInstall:
    546                 reporter.testStart('Rebooting guest w/ updated Guest Additions active');
     546                reporter.testStart('Rebooting guest after Guest Additions installation');
    547547                (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, cMsTimeout = 15 * 60 * 1000);
    548548                if not fRc:
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