VirtualBox

Changeset 66869 in vbox


Ignore:
Timestamp:
May 10, 2017 4:55:19 PM (8 years ago)
Author:
vboxsync
Message:

Chenged smoke test Windows8 to Windows8_64

File:
1 edited

Legend:

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

    r65967 r66869  
    916916        oSet.aoTestVms.append(oTestVm);
    917917
    918         oTestVm = TestVm(oSet, 'tst-win8', sHd = '4.2/win8-32/t-win8.vdi',
    919                          sKind = 'Windows8', acCpusSup = range(1, 33), fIoApic = True);
     918        oTestVm = TestVm(oSet, 'tst-win8-64', sHd = '4.2/win8-64/t-win8-64.vdi',
     919                         sKind = 'Windows8_64', acCpusSup = range(1, 33), fIoApic = True);
    920920        oSet.aoTestVms.append(oTestVm);
    921921
     
    10071007        oSet.aoTestVms.append(oTestVm);
    10081008
    1009         oTestVm = TestVm(oSet, 'tst-win8', sHd = '4.2/win8-32/t-win8.vdi',
    1010                          sKind = 'Windows8', acCpusSup = range(1, 33), fIoApic = True);
     1009        oTestVm = TestVm(oSet, 'tst-win8-64', sHd = '4.2/win8-64/t-win8-64.vdi',
     1010                         sKind = 'Windows8_64', acCpusSup = range(1, 33), fIoApic = True);
    10111011        oSet.aoTestVms.append(oTestVm);
    10121012
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