Changeset 92085 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Oct 26, 2021 2:51:58 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/tests/audio/tdAudioTest.py
r92021 r92085 671 671 fIgnoreErrors = True); 672 672 673 # A bit of diagnosis on error. 674 ## @todo Remove this later when stuff runs stable. 675 if not fRc: 676 reporter.log('Kernel messages:'); 677 sCmdDmesg = oTestVm.pathJoin(self.getGuestSystemDir(oTestVm), 'dmesg'); 678 oTxsSession.syncExec(sCmdDmesg, (sCmdDmesg), fIgnoreErrors = True); 679 reporter.log('Loaded kernel modules:'); 680 sCmdLsMod = oTestVm.pathJoin(self.getGuestSystemAdminDir(oTestVm), 'lsmod'); 681 oTxsSession.syncExec(sCmdLsMod, (sCmdLsMod), fIgnoreErrors = True); 673 682 674 683 # Always attach the VM log to the test report, as we want to see what the Validation Kit audio driver does.
Note:
See TracChangeset
for help on using the changeset viewer.