Changeset 83908 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Apr 21, 2020 5:46:42 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137445
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r83879 r83908 423 423 # Make sure the new, updated kernel is in charge, which eventually got installed by the updating stuff above. 424 424 # 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'); 426 426 (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, cMsTimeout, 427 427 sFileCdWait = self.sFileCdWait); … … 452 452 # Do the final reboot to get the just installed Guest Additions up and running. 453 453 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'); 455 455 (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, cMsTimeout, 456 456 sFileCdWait = self.sFileCdWait);
Note:
See TracChangeset
for help on using the changeset viewer.