Changeset 84403 in vbox
- Timestamp:
- May 20, 2020 2:09:21 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r84399 r84403 3581 3581 oTxsSession.syncExec('/usr/bin/udisksctl', 3582 3582 ('/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); 3583 3587 reporter.log('txsCdWait: Mounting manually ...'); 3584 3588 for _ in range(3):
Note:
See TracChangeset
for help on using the changeset viewer.