Changeset 53772 in vbox for trunk/src/VBox/ValidationKit/testdriver
- Timestamp:
- Jan 12, 2015 12:25:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vboxinstaller.py
r53771 r53772 715 715 # a good idea, so let's run it before installing VirtualBox. 716 716 sHostName = socket.getfqdn(); 717 if fRc andnot sHostName.startswith('testboxwin3') \718 719 717 if not sHostName.startswith('testboxwin3') \ 718 and not sHostName.startswith('testboxharp2') \ 719 and utils.getHostOsVersion() in ['8', '8.1', '9', '2008Server', '2008ServerR2', '2012Server']: 720 720 reporter.log('Peforming extra NDIS cleanup...'); 721 721 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.