VirtualBox

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


Ignore:
Timestamp:
May 20, 2020 12:05:31 PM (5 years ago)
Author:
vboxsync
Message:

Validation Kit/testdriver: More diagnosis for txsCdWait().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/vbox.py

    r84393 r84397  
    35753575                oTxsSession.syncExec('/bin/dmesg', ('/bin/dmesg',), fIgnoreErrors = True);
    35763576                oTxsSession.syncExec('/usr/bin/lshw', ('/usr/bin/lshw', '-c', 'disk'), fIgnoreErrors = True);
     3577                oTxsSession.syncExec('/bin/journalctl',
     3578                                     ('/bin/journalctl', '-x', '/usr/lib/udisks2/udisksd'), fIgnoreErrors = True);
     3579                oTxsSession.syncExec('/usr/bin/udisksctl',
     3580                                     ('/usr/bin/udisksctl', 'info', '-b', '/dev/sr0'), fIgnoreErrors = True);
    35773581                reporter.log('txsCdWait: Mounting manually ...');
    35783582                for _ in range(3):
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