Changeset 97593 in vbox for trunk/src/VBox/ValidationKit/tests
- Timestamp:
- Nov 17, 2022 3:21:51 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r96407 r97593 202 202 reporter.testDone(); 203 203 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: 215 206 self.addTask(oTxsSession); 216 207 # Do the testing.
Note:
See TracChangeset
for help on using the changeset viewer.