VirtualBox

Changeset 84403 in vbox


Ignore:
Timestamp:
May 20, 2020 2:09:21 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

    r84399 r84403  
    35813581                oTxsSession.syncExec('/usr/bin/udisksctl',
    35823582                                     ('/usr/bin/udisksctl', 'info', '-b', '/dev/sr0'), fIgnoreErrors = True);
     3583                oTxsSession.syncExec('/bin/systemctl',
     3584                                     ('/bin/systemctl', 'status', 'udisks2'), fIgnoreErrors = True);
     3585                oTxsSession.syncExec('/bin/ps',
     3586                                     ('/bin/ps', '-a', '-u', '-x'), fIgnoreErrors = True);
    35833587                reporter.log('txsCdWait: Mounting manually ...');
    35843588                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