VirtualBox

Ignore:
Timestamp:
Feb 8, 2016 8:19:07 PM (9 years ago)
Author:
vboxsync
Message:

Controller setup fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/installation/tdGuestOsInstTest1.py

    r59607 r59608  
    141141                    fRc = fRc and oSession.setStorageControllerType(vboxcon.StorageControllerType_IntelAhci,
    142142                                                                    self.sHddControllerType);
    143                 elif self.ksScsiController:
     143                    fRc = fRc and oSession.setStorageControllerPortCount(self.sHddControllerType, 1);
     144                elif self.sHddControllerType == self.ksScsiController:
    144145                    fRc = fRc and oSession.setStorageControllerType(vboxcon.StorageControllerType_LsiLogic,
    145146                                                                    self.sHddControllerType);
    146                 else:
    147                     fRc = fRc and oSession.setStorageControllerPortCount(self.sHddControllerType, 1);
    148147                try:
    149148                    sHddPath = os.path.join(os.path.dirname(oVM.settingsFilePath),
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