VirtualBox

Changeset 53558 in vbox


Ignore:
Timestamp:
Dec 17, 2014 7:50:39 AM (10 years ago)
Author:
vboxsync
Message:

validation kit: for now don't start the network cleanup tool not on testboxwin3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py

    r53259 r53558  
    3838import sys
    3939import re
     40import socket
    4041import tempfile
    4142import time
     
    786787
    787788        # TEMPORARY HACK - START
    788         if fRc and utils.getHostOsVersion() in ['8', '8.1', '9', '2008Server', '2008ServerR2', '2012Server']:
     789        sHostName = socket.getfqdn();
     790        if fRc and sHostName.startswidth('testboxwin3') \
     791               and utils.getHostOsVersion() in ['8', '8.1', '9', '2008Server', '2008ServerR2', '2012Server']:
    789792            reporter.log('Peforming extra NDIS cleanup...');
    790793            sMagicScript = os.path.abspath(os.path.join(g_ksValidationKitDir, 'testdriver', 'win-vbox-net-uninstall.ps1'));
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