Changeset 90194 in vbox
- Timestamp:
- Jul 14, 2021 6:25:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py
r90130 r90194 49 49 from testdriver import base 50 50 from testdriver import vbox 51 from testdriver import vboxcon52 51 from testdriver import vboxtestvms 53 52 … … 325 324 fCdWait = True, 326 325 cMsTimeout = 3 * 60 * 1000, 327 sFileCdWait = self.sFileCdWait);326 sFileCdWait = '${CDROM}/${OS/ARCH}/vkat${EXESUFF}'); 328 327 reporter.testDone(); 329 328 if oSession is not None \ … … 331 330 self.addTask(oTxsSession); 332 331 333 fRc = self.doTest(oTestVm, oSession Wrapper.o, oTxsSession);332 fRc = self.doTest(oTestVm, oSession, oTxsSession); 334 333 335 334 if oSession is not None:
Note:
See TracChangeset
for help on using the changeset viewer.