VirtualBox

Changeset 100077 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Jun 5, 2023 5:10:06 PM (21 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
157765
Message:

change Windows11 naming to Windows11_64, according to Global.cpp file (Global sOSTypes variable)

File:
1 edited

Legend:

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

    r100057 r100077  
    124124    [ 'Windows2019',    'Windows2019',           g_k64,    1,  64, ['w2k19',  'w2k19sp[0-9]', 'win2k19', 'win2k19sp[0-9]',]], # max cpus/cores??
    125125    [ 'Windows2022',    'Windows2022',           g_k64,    1,  64, ['w2k22',  'w2k22sp[0-9]', 'win2k22', 'win2k22sp[0-9]',]], # max cpus/cores??
    126     [ 'Windows11',      'Windows11',             g_k64,    1,  64, ['w11', 'w11-64', 'w11sp[0-9]-64', 'win11', 'win11-64',]], # max cpus/cores??
     126    [ 'Windows11_64',   'Windows11_64',          g_k64,    1,  64, ['w11', 'w11-64', 'w11sp[0-9]-64', 'win11', 'win11-64',]], # max cpus/cores??
    127127    [ 'Linux',          'Debian',                g_k32,    1, 256, ['deb[0-9]*', 'debian[0-9]*', ]],
    128128    [ 'Linux_64',       'Debian_64',             g_k64,    1, 256, ['deb[0-9]*-64', 'debian[0-9]*-64', ]],
     
    20822082        # W11
    20832083        TestVm('tst-win11-64',               kfGrpStdSmoke,       sHd = '7.0/win11/win11-64-edit-by-ksenia.vdi',
    2084                sKind = 'Windows11', acCpusSup = range(1, 33), fIoApic = True),
     2084               sKind = 'Windows11_64', acCpusSup = range(1, 33), fIoApic = True),
    20852085
    20862086        # Nested hardware-virtualization
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