- Timestamp:
- Aug 23, 2021 10:03:38 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py
r90786 r90787 498 498 fRc = fRc and self.runTests(oTestVm, oSession, oTxsSession, 'Guest audio recording', asTests = [ '-i1' ]); 499 499 500 # 501 # Retrieve log files for diagnosis. 502 # 503 self.txsDownloadFiles(oSession, oTxsSession, 504 [ ( self.getGstVkatLogFilePath(oTestVm), 505 'vkat-guest-%s.log' % (oTestVm.sVmName,),), 506 ], 507 fIgnoreErrors = True); 508 500 # Cancel guest VKAT execution task summoned by startVkatOnGuest(). 501 oTxsSession.cancelTask(); 502 503 # 504 # Retrieve log files for diagnosis. 505 # 506 self.txsDownloadFiles(oSession, oTxsSession, 507 [ ( self.getGstVkatLogFilePath(oTestVm), 508 'vkat-guest-%s.log' % (oTestVm.sVmName,),), 509 ], 510 fIgnoreErrors = True); 509 511 return fRc; 510 512
Note:
See TracChangeset
for help on using the changeset viewer.