VirtualBox

Ignore:
Timestamp:
Jan 26, 2024 4:24:49 PM (10 months ago)
Author:
vboxsync
Message:

Main,FE/VBoxManage,FE/VirtualBox,ValidationKit: Allow setting the primary VM execution engine to make it easier to force particular engine for testing, bugref:10583 [pylint]

File:
1 edited

Legend:

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

    r103085 r103089  
    18811881        Removes unsupported virtualization modes for the given VM.
    18821882        """
     1883
     1884        # pylint: disable=line-too-long
    18831885        if oTestDrv.fpApiVer >= 7.1:
    18841886            enmCpuArch = None;
     
    19411943                asVirtModesWanted.remove('raw');
    19421944
     1945        # pylint: enable=line-too-long
    19431946        return asVirtModesWanted;
    19441947
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