VirtualBox

Changeset 84413 in vbox


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

    r84403 r84413  
    35463546                    fRc = False;
    35473547                    break;
    3548 
    35493548                # delay.
    35503549                self.sleep(1);
     
    35673566            reporter.log('txsCdWait: Listing root contents of ${CDROM}:');
    35683567            if fIsNotWindows:
     3568                reporter.log('txsCdWait: Tiggering udevadm ...');
     3569                oTxsSession.syncExec("/sbin/udevadm", ("/sbin/udevadm", "trigger", "--verbose"), fIgnoreErrors = True);
     3570                time.sleep(15);
    35693571                oTxsSession.syncExec("/bin/ls", ("/bin/ls", "-al", "${CDROM}"), fIgnoreErrors = True);
    35703572                reporter.log('txsCdWait: Listing media directory:');
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