VirtualBox

Changeset 92954 in vbox for trunk


Ignore:
Timestamp:
Dec 16, 2021 8:19:19 AM (3 years ago)
Author:
vboxsync
Message:

Validation Kit/testdriver: Fixed a long-standing bug where the testdriver config succeeds even when it actually has to fail (and do proper cleanup) if the ICH9 chipset has been selected.

File:
1 edited

Legend:

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

    r92953 r92954  
    24842484            if fRc and sChipsetType == 'piix3':
    24852485                fRc = oSession.setChipsetType(vboxcon.ChipsetType_PIIX3);
    2486             elif sChipsetType == 'ich9':
     2486            elif fRc and sChipsetType == 'ich9':
    24872487                fRc = oSession.setChipsetType(vboxcon.ChipsetType_ICH9);
    24882488            if fRc and sCom1RawFile:
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