Changeset 84397 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- May 20, 2020 12:05:31 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r84393 r84397 3575 3575 oTxsSession.syncExec('/bin/dmesg', ('/bin/dmesg',), fIgnoreErrors = True); 3576 3576 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); 3577 3581 reporter.log('txsCdWait: Mounting manually ...'); 3578 3582 for _ in range(3):
Note:
See TracChangeset
for help on using the changeset viewer.