VirtualBox

Ignore:
Timestamp:
May 20, 2020 7:13:09 AM (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

    r84316 r84393  
    35743574                oTxsSession.syncExec('/bin/cat', ('/bin/cat', '/etc/fstab'), fIgnoreErrors = True);
    35753575                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);
    35763583            else:
    35773584                # ASSUMES that we always install Windows on drive C right now.
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