Changeset 91054 in vbox for trunk/src/VBox
- Timestamp:
- Sep 1, 2021 10:38:17 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py
r90994 r91054 559 559 fRc = oSession.setExtraData(sKey, sValue) and fRc; 560 560 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 561 568 # Save the settings. 562 569 fRc = fRc and oSession.saveSettings(); … … 565 572 reporter.testStart('Waiting for TXS'); 566 573 oSession, oTxsSession = self.startVmAndConnectToTxsViaTcp(oTestVm.sVmName, 567 fCdWait = True,574 fCdWait = False, 568 575 cMsTimeout = 3 * 60 * 1000, 569 576 sFileCdWait = '${OS/ARCH}/vkat${EXESUFF}');
Note:
See TracChangeset
for help on using the changeset viewer.