Changeset 84393 in vbox for trunk/src/VBox/ValidationKit/testdriver/vbox.py
- Timestamp:
- May 20, 2020 7:13:09 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r84316 r84393 3574 3574 oTxsSession.syncExec('/bin/cat', ('/bin/cat', '/etc/fstab'), fIgnoreErrors = True); 3575 3575 oTxsSession.syncExec('/bin/dmesg', ('/bin/dmesg',), fIgnoreErrors = True); 3576 oTxsSession.syncExec('/usr/bin/lshw', ('/usr/bin/lshw', '-c', 'disk'), fIgnoreErrors = True); 3577 reporter.log('txsCdWait: Mounting manually ...'); 3578 for _ in range(3): 3579 oTxsSession.syncExec('/bin/mount', ('/bin/mount', '/dev/sr0', '${CDROM}'), fIgnoreErrors = True); 3580 time.sleep(5); 3581 reporter.log('txsCdWait: Re-Listing media directory:'); 3582 oTxsSession.syncExec('/bin/ls', ('/bin/ls', '-l', '-a', '-R', '/media'), fIgnoreErrors = True); 3576 3583 else: 3577 3584 # ASSUMES that we always install Windows on drive C right now.
Note:
See TracChangeset
for help on using the changeset viewer.