VirtualBox

Changeset 74430 in vbox


Ignore:
Timestamp:
Sep 24, 2018 6:49:25 AM (6 years ago)
Author:
vboxsync
Message:

ValidationKit/tdStorageBenchmark1: Disable the audio controller for testing to invetigate whether the shared interrupt line of the audio controller and BusLogic controller causes the occasional test failures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/storage/tdStorageBenchmark1.py

    r71180 r74430  
    10941094            oSession = self.openSession(oVM);
    10951095            if oSession is not None:
     1096                #
     1097                # Disable audio controller which shares the interrupt line with the BusLogic controller and is suspected to cause
     1098                # rare test failures because the device initialization fails.
     1099                #
     1100                fRc = oSession.setupAudio(vboxcon.AudioControllerType_AC97, False);
    10961101                # Attach HD
    1097                 fRc = oSession.ensureControllerAttached(_ControllerTypeToName(eStorageController));
     1102                fRc = fRc and oSession.ensureControllerAttached(_ControllerTypeToName(eStorageController));
    10981103                fRc = fRc and oSession.setStorageControllerType(eStorageController, _ControllerTypeToName(eStorageController));
    10991104
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