VirtualBox

Changeset 77643 in vbox


Ignore:
Timestamp:
Mar 11, 2019 8:04:08 AM (6 years ago)
Author:
vboxsync
Message:

Guest Control/Validation Kit: Try to fix tests (don't force NAT forwarding mode).

File:
1 edited

Legend:

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

    r77623 r77643  
    22292229                reporter.log('Waiting for reboot ....');
    22302230                time.sleep(15);
    2231                 reporter.log('Rebooting guest');
    2232                 self.oTstDrv.txsRebootAndReconnectViaTcp(oSession, oTxsSession, cMsTimeout = 3 * 60000,
    2233                                                          fNatForwardingForTxs = True);
     2231                reporter.log('Rebooting guest and reconnecting TxS');
     2232
     2233                (oSession, oTxsSession) = self.oTstDrv.txsRebootAndReconnectViaTcp(oSession, oTxsSession, cMsTimeout = 3 * 60000);
     2234
     2235                reporter.log('Waiting for thread to finish ...');
     2236                oThreadReboot.join();
    22342237            try:
    22352238                reporter.log2('Closing guest session ...');
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