VirtualBox

Changeset 72401 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 31, 2018 10:17:31 AM (7 years ago)
Author:
vboxsync
Message:

ValidationKit/vboxtxs-runvm: Fix CDROM mounting and bridged passthru issue, updated readme to disable CDROM automount.

Location:
trunk/src/VBox/ValidationKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs-runvm.sh

    r72400 r72401  
    121121        testRsrcPath
    122122        sleep 5
    123         $PYTHON_BINARY $SMOKETEST_SCRIPT -v -v -d --vbox-session-type gui --quick all 1> "${SMOKEOUTPUT_PATH}" 2>&1
     123        $PYTHON_BINARY $SMOKETEST_SCRIPT -v -v -d --vbox-session-type gui --nic-attachment nat --quick all 1> "${SMOKEOUTPUT_PATH}" 2>&1
    124124        RETVAL=$?
    125125        dumpfile_to_kernlog "${SMOKEOUTPUT_PATH}"
    126126        sync
    127         sleep 10
     127        sleep 15
    128128        if test $RETVAL -eq 0; then
    129129            kernlog_msg "Nested Smoke Test done; Starting Test Execution service" console
    130             mount /dev/cdrom "${CDROM_PATH}" 2> /dev/null > /dev/null
     130            mkdir -p "${CDROM_PATH}"
     131            mount -o ro /dev/cdrom "${CDROM_PATH}" 2> /dev/null > /dev/null
    131132            $binary --auto-upgrade --scratch="${SCRATCH_PATH}" --cdrom="${CDROM_PATH}" --no-display-output > /dev/null
    132133            RETVAL=$?
  • trunk/src/VBox/ValidationKit/vms/t-nsthwvirt-ubuntu.txt

    r72391 r72401  
    2323        - Switch 'Lock' to 'off'.
    2424      - Close the system settings window.
     25 - Disable auto-mounting of the CDROM:
     26      gsettings set org.gnome.desktop.media-handling automount false
    2527 - Eject any CD and shut down the VM.
    2628
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