VirtualBox

Ignore:
Timestamp:
Jul 3, 2017 8:08:19 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116636
Message:

ValidationKit: disabled ICH9 tests for now

File:
1 edited

Legend:

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

    r67746 r67747  
    870870        oSet.aoTestVms.append(oTestVm);
    871871
    872         """
    873         oTestVm = TestVm(oSet, 'tst-win10-64-efi-ich9', sHd = '4.2/efi/win10-efi-amd64.vdi',
    874                          sKind = 'Windows10_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi',
    875                          sChipsetType = 'ich9');
    876         oSet.aoTestVms.append(oTestVm);
    877         """
     872        #oTestVm = TestVm(oSet, 'tst-win10-64-efi-ich9', sHd = '4.2/efi/win10-efi-amd64.vdi',
     873        #                 sKind = 'Windows10_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi',
     874        #                 sChipsetType = 'ich9');
     875        #oSet.aoTestVms.append(oTestVm);
    878876
    879877        oTestVm = TestVm(oSet, 'tst-ubuntu-15_10-64-efi', sHd = '4.2/efi/ubuntu-15_10-efi-amd64.vdi',
     
    929927        oSet.aoTestVms.append(oTestVm);
    930928
    931         """
    932         oTestVm = TestVm(oSet, 'tst-win8-64-ich9', sHd = '4.2/win8-64/t-win8-64.vdi',
    933                          sKind = 'Windows8_64', acCpusSup = range(1, 33), fIoApic = True, sChipsetType = 'ich9');
    934         oSet.aoTestVms.append(oTestVm);
    935         """
     929        #oTestVm = TestVm(oSet, 'tst-win8-64-ich9', sHd = '4.2/win8-64/t-win8-64.vdi',
     930        #                 sKind = 'Windows8_64', acCpusSup = range(1, 33), fIoApic = True, sChipsetType = 'ich9');
     931        #oSet.aoTestVms.append(oTestVm);
    936932
    937933        return oSet;
     
    952948        oSet.aoTestVms.append(oTestVm);
    953949
    954         """
    955         oTestVm = TestVm(oSet, 'tst-win10-64-efi-ich9', sHd = '4.2/efi/win10-efi-amd64.vdi',
    956                          sKind = 'Windows10_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi',
    957                          sChipsetType = 'ich9');
    958         oSet.aoTestVms.append(oTestVm);
    959         """
     950        #oTestVm = TestVm(oSet, 'tst-win10-64-efi-ich9', sHd = '4.2/efi/win10-efi-amd64.vdi',
     951        #                 sKind = 'Windows10_64', acCpusSup = range(1, 33), fIoApic = True, sFirmwareType = 'efi',
     952        #                 sChipsetType = 'ich9');
     953        #oSet.aoTestVms.append(oTestVm);
    960954
    961955        oTestVm = TestVm(oSet, 'tst-ubuntu-15_10-64-efi', sHd = '4.2/efi/ubuntu-15_10-efi-amd64.vdi',
     
    993987        oSet.aoTestVms.append(oTestVm);
    994988
    995         """
    996         oTestVm = TestVm(oSet, 'tst-sol11u1-ich9', sHd = '4.2/nat/sol11u1/t-sol11u1.vdi',
    997                          sKind = 'Solaris11_64', acCpusSup = range(1, 33), sNic0AttachType = 'nat',
    998                          fIoApic = True, sHddControllerType = 'SATA Controller', sChipsetType = 'ich9');
    999         oSet.aoTestVms.append(oTestVm);
    1000         """
     989        #oTestVm = TestVm(oSet, 'tst-sol11u1-ich9', sHd = '4.2/nat/sol11u1/t-sol11u1.vdi',
     990        #                 sKind = 'Solaris11_64', acCpusSup = range(1, 33), sNic0AttachType = 'nat',
     991        #                 fIoApic = True, sHddControllerType = 'SATA Controller', sChipsetType = 'ich9');
     992        #oSet.aoTestVms.append(oTestVm);
    1001993
    1002994        oTestVm = TestVm(oSet, 'tst-nt4sp6', sHd = '4.2/nt4sp6/t-nt4sp6.vdi',
     
    10401032        oSet.aoTestVms.append(oTestVm);
    10411033
    1042         """
    1043         oTestVm = TestVm(oSet, 'tst-win8-64-ich9', sHd = '4.2/win8-64/t-win8-64.vdi',
    1044                          sKind = 'Windows8_64', acCpusSup = range(1, 33), fIoApic = True, sChipsetType = 'ich9');
    1045         oSet.aoTestVms.append(oTestVm);
    1046         """
     1034        #oTestVm = TestVm(oSet, 'tst-win8-64-ich9', sHd = '4.2/win8-64/t-win8-64.vdi',
     1035        #                 sKind = 'Windows8_64', acCpusSup = range(1, 33), fIoApic = True, sChipsetType = 'ich9');
     1036        #oSet.aoTestVms.append(oTestVm);
    10471037
    10481038        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