VirtualBox

Changeset 84949 in vbox


Ignore:
Timestamp:
Jun 25, 2020 12:20:51 PM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/tdAddBasic1.py: Removed temporary HACK ALERT stuff again [build fix].

File:
1 edited

Legend:

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

    r84948 r84949  
    3434import sys;
    3535import uuid;
    36 if sys.version_info[0] >= 3:
    37     from io       import StringIO as StringIO;      # pylint: disable=import-error,no-name-in-module,useless-import-alias
    38 else:
    39     from StringIO import StringIO as StringIO;      # pylint: disable=import-error,no-name-in-module,useless-import-alias
    4036
    4137# Only the main script needs to modify the path.
     
    187183
    188184        reporter.testStart('Waiting for TXS + CD');
    189         if oTestVm.isLinux():
    190             fRc, oTxsSession = self.txsRebootAndReconnectViaTcp(oSession, oTxsSession, fCdWait = True,
    191                                                                 cMsCdWait = 5 * 60 * 1000,
    192                                                                 sFileCdWait = self.sFileCdWait);
    193         else:
    194             oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(oTestVm.sVmName, fCdWait = True,
    195                                                                       cMsCdWait = 5 * 60 * 1000,
    196                                                                       sFileCdWait = self.sFileCdWait);
     185        oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(oTestVm.sVmName, fCdWait = True,
     186                                                                  cMsCdWait = 5 * 60 * 1000,
     187                                                                  sFileCdWait = self.sFileCdWait);
    197188        reporter.testDone();
    198189
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