VirtualBox

Ignore:
Timestamp:
May 24, 2018 9:22:38 AM (7 years ago)
Author:
vboxsync
Message:

ValidationKit: Add support for basic nested hardware-virtualization smoke tests.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/smoketests/tdSmokeTest1.py

    r70738 r72315  
    100100                    oTestVm.asVirtModesSup  = [ 'hwvirt-np' ];
    101101                    oTestVm.acCpusSup       = range(2, 3);
     102                elif oTestVm.sVmName == 'tst-nsthwvirt-ubuntu-64':  # Nested hw.virt, 64-bit
     103                    oTestVm.asVirtModesSup  = [ 'hwvirt-np' ];
     104                    oTestVm.acCpusSup       = range(1, 2);
    102105                else:
    103106                    oTestVm.fSkip = True;
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