VirtualBox

Changeset 92085 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Oct 26, 2021 2:51:58 PM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Added guest dmesg and loaded kernel modules output to failed tests. ​bugref:10008

File:
1 edited

Legend:

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

    r92021 r92085  
    671671                                  fIgnoreErrors = True);
    672672
     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);
    673682
    674683        # 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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette