VirtualBox

Ignore:
Timestamp:
Mar 31, 2015 9:36:20 AM (10 years ago)
Author:
vboxsync
Message:

validation kit: restrict testboxpile1 to non-raw tests

File:
1 edited

Legend:

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

    r54964 r55018  
    3232import re;
    3333import random;
     34import socket;
    3435
    3536# Validation Kit imports.
     
    264265            if self.sKind.find('_64') > 0:
    265266                self.asVirtModesSup = [sVirtMode for sVirtMode in self.asVirtModesSup if sVirtMode != 'raw'];
     267            # TEMPORARY HACK - START
     268            sHostName = socket.getfqdn();
     269            if sHostName.startswith('testboxpile1'):
     270                self.asVirtModesSup = [sVirtMode for sVirtMode in self.asVirtModesSup if sVirtMode != 'raw'];
     271            # TEMPORARY HACK - END
    266272
    267273        # Restrict the CPU count depending on the OS and/or percieved SMP readiness.
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