VirtualBox

Changeset 84429 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 20, 2020 8:44:26 PM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAddBasic1.py: Some more ugly code for udev monitoring.

File:
1 edited

Legend:

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

    r84428 r84429  
    202202            oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(oTestVm.sVmName, fCdWait = False,
    203203                                                                      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"),
    205205                                 fIgnoreErrors = True);
    206206            reporter.testDone();
     
    227227        reporter.testStart('Waiting for TXS + CD (%s)' % (self.sFileCdWait,));
    228228        if oTestVm.isLinux():
    229             (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oTestVm.sVmName, fCdWait = True,
     229            (fRc, oTxsSession) = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, fCdWait = True,
    230230                                                                  cMsCdWait = 5 * 60 * 1000,
    231231                                                                  sFileCdWait = self.sFileCdWait);
Note: See TracChangeset for help on using the changeset viewer.

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