VirtualBox

Changeset 91054 in vbox for trunk/src


Ignore:
Timestamp:
Sep 1, 2021 10:38:17 AM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Make sure to always enable input / output in the VM's audio adapter via the test driver. ​bugref:10008

File:
1 edited

Legend:

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

    r90994 r91054  
    559559                fRc = oSession.setExtraData(sKey, sValue) and fRc;
    560560
     561            # Make sure that the VM's audio adapter is configured the way we need it to.
     562            if self.fpApiVer >= 4.0:
     563                oOsType = oSession.getOsType();
     564                ## @ŧdoo Make this configurable via driver opts (to use as a variant)?
     565                oSession.setupAudio(oOsType.recommendedAudioController,
     566                                    fEnable = True, fEnableIn = True, fEnableOut = True);
     567
    561568            # Save the settings.
    562569            fRc = fRc and oSession.saveSettings();
     
    565572        reporter.testStart('Waiting for TXS');
    566573        oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(oTestVm.sVmName,
    567                                                                   fCdWait = True,
     574                                                                  fCdWait = False,
    568575                                                                  cMsTimeout = 3 * 60 * 1000,
    569576                                                                  sFileCdWait = '${OS/ARCH}/vkat${EXESUFF}');
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