VirtualBox

Changeset 103047 in vbox for trunk


Ignore:
Timestamp:
Jan 24, 2024 7:50:24 PM (8 months ago)
Author:
vboxsync
Message:

ValidationKit/vboxtestvms.py: Add an OL 9.2 amd64 and arm64 smoketest VM for comparison [pylint fix]

File:
1 edited

Legend:

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

    r103045 r103047  
    11761176            reporter.log('Ignoring VM %s (Nested hardware-virtualization not support on this host).' % (self.sVmName,));
    11771177            return True;
    1178         elif self.sPlatformArchitecture == 'ARM' and utils.getHostArch() == 'amd64':
     1178        if self.sPlatformArchitecture == 'ARM' and utils.getHostArch() == 'amd64':
    11791179            return True;
    11801180        return False;
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