- Timestamp:
- Jun 12, 2020 8:52:50 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r84801 r84810 214 214 self.sFileCdWait = ('%s/VBoxLinuxAdditions.run' % (self.sPathGaISO,)); 215 215 216 reporter.testStart('Waiting for TXS + CD (%s)' % (self.sFileCdWait,)); 216 reporter.log2('Waiting for TXS + CD' % self.sFileCdWait); 217 218 reporter.testStart('Waiting for TXS + CD'); 217 219 if oTestVm.isLinux(): 218 220 fRc, oTxsSession = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, fCdWait = True,
Note:
See TracChangeset
for help on using the changeset viewer.