VirtualBox

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


Ignore:
Timestamp:
Apr 21, 2020 5:46:42 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137445
Message:

Validation Kit/Guest Additions: Test case naming was too long, causing failures.

File:
1 edited

Legend:

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

    r83879 r83908  
    423423            # Make sure the new, updated kernel is in charge, which eventually got installed by the updating stuff above.
    424424            # Otherwise building the Guest Additions module might not work correctly.
    425             reporter.testStart('Rebooting guest in order to get the latest kernel active ...');
     425            reporter.testStart('Rebooting guest w/ latest kernel active');
    426426            (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, cMsTimeout,
    427427                                                                  sFileCdWait = self.sFileCdWait);
     
    452452                # Do the final reboot to get the just installed Guest Additions up and running.
    453453                if fRc:
    454                     reporter.testStart('Rebooting guest in order to get the updated Guest Additions active ...');
     454                    reporter.testStart('Rebooting guest w/ updated Guest Additions active');
    455455                    (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, cMsTimeout,
    456456                                                                          sFileCdWait = self.sFileCdWait);
Note: See TracChangeset for help on using the changeset viewer.

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