VirtualBox

Changeset 92139 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Oct 29, 2021 9:06:08 AM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Enforce testing the HDA emulation only, regardless of what the recommended OS audio controller type is. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py

    r92085 r92139  
    746746                    assert enmAudioControllerType is not None;
    747747
     748                # For now we're encforcing to test the HDA emulation only, regardless of
     749                # what the recommended audio controller type from above was.
     750                ## @todo Make other emulations work as well.
     751                fEncforceHDA = True;
     752
     753                if fEncforceHDA:
     754                    enmAudioControllerType = vboxcon.AudioControllerType_HDA;
     755                    reporter.log('Enforcing audio controller type to HDA');
     756
    748757                reporter.log('Setting user-defined audio controller type to %d' % (enmAudioControllerType));
    749758                oSession.setupAudio(enmAudioControllerType,
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