Changeset 84429 in vbox for trunk/src/VBox
- Timestamp:
- May 20, 2020 8:44:26 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/additions/tdAddBasic1.py
r84428 r84429 202 202 oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(oTestVm.sVmName, fCdWait = False, 203 203 cMsCdWait = 5 * 60 * 1000); 204 oTxsSession.syncExec("/bin/sed", ("/bin/sed", "-i", "'s/.*udev_log.*/udev_log=\"debug\"/'", "/etc/udev/udev.conf"), 204 oTxsSession.syncExec("/bin/sed", ("/bin/sed", "-i", "'s/.*udev_log.*/udev_log=\"debug\"/'", "/etc/udev/udev.conf"), 205 205 fIgnoreErrors = True); 206 206 reporter.testDone(); … … 227 227 reporter.testStart('Waiting for TXS + CD (%s)' % (self.sFileCdWait,)); 228 228 if oTestVm.isLinux(): 229 (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(o TestVm.sVmName, fCdWait = True,229 (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, fCdWait = True, 230 230 cMsCdWait = 5 * 60 * 1000, 231 231 sFileCdWait = self.sFileCdWait);
Note:
See TracChangeset
for help on using the changeset viewer.