VirtualBox

Changeset 67746 in vbox


Ignore:
Timestamp:
Jul 3, 2017 8:02:58 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116635
Message:

ValidationKit: disabled ICH9 tests for now

File:
1 edited

Legend:

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

    r67743 r67746  
    870870        oSet.aoTestVms.append(oTestVm);
    871871
     872        """
    872873        oTestVm = TestVm(oSet, 'tst-win10-64-efi-ich9', sHd = '4.2/efi/win10-efi-amd64.vdi',
    873874                         sKind = 'Windows10_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi',
    874875                         sChipsetType = 'ich9');
    875876        oSet.aoTestVms.append(oTestVm);
     877        """
    876878
    877879        oTestVm = TestVm(oSet, 'tst-ubuntu-15_10-64-efi', sHd = '4.2/efi/ubuntu-15_10-efi-amd64.vdi',
     
    927929        oSet.aoTestVms.append(oTestVm);
    928930
     931        """
    929932        oTestVm = TestVm(oSet, 'tst-win8-64-ich9', sHd = '4.2/win8-64/t-win8-64.vdi',
    930933                         sKind = 'Windows8_64', acCpusSup = range(1, 33), fIoApic = True, sChipsetType = 'ich9');
    931934        oSet.aoTestVms.append(oTestVm);
     935        """
    932936
    933937        return oSet;
     
    948952        oSet.aoTestVms.append(oTestVm);
    949953
     954        """
    950955        oTestVm = TestVm(oSet, 'tst-win10-64-efi-ich9', sHd = '4.2/efi/win10-efi-amd64.vdi',
    951956                         sKind = 'Windows10_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi',
    952957                         sChipsetType = 'ich9');
    953958        oSet.aoTestVms.append(oTestVm);
     959        """
    954960
    955961        oTestVm = TestVm(oSet, 'tst-ubuntu-15_10-64-efi', sHd = '4.2/efi/ubuntu-15_10-efi-amd64.vdi',
     
    987993        oSet.aoTestVms.append(oTestVm);
    988994
     995        """
    989996        oTestVm = TestVm(oSet, 'tst-sol11u1-ich9', sHd = '4.2/nat/sol11u1/t-sol11u1.vdi',
    990997                         sKind = 'Solaris11_64', acCpusSup = range(1, 33), sNic0AttachType = 'nat',
    991998                         fIoApic = True, sHddControllerType = 'SATA Controller', sChipsetType = 'ich9');
    992999        oSet.aoTestVms.append(oTestVm);
     1000        """
    9931001
    9941002        oTestVm = TestVm(oSet, 'tst-nt4sp6', sHd = '4.2/nt4sp6/t-nt4sp6.vdi',
     
    10321040        oSet.aoTestVms.append(oTestVm);
    10331041
     1042        """
    10341043        oTestVm = TestVm(oSet, 'tst-win8-64-ich9', sHd = '4.2/win8-64/t-win8-64.vdi',
    10351044                         sKind = 'Windows8_64', acCpusSup = range(1, 33), fIoApic = True, sChipsetType = 'ich9');
    10361045        oSet.aoTestVms.append(oTestVm);
     1046        """
    10371047
    10381048        return oSet;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette