Changeset 72521 in vbox for trunk/src/VBox/ValidationKit
- Timestamp:
- Jun 12, 2018 4:49:39 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123008
- Location:
- trunk/src/VBox/ValidationKit
- Files:
-
- 1 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/utils/TestExecServ/linux/vboxtxs-runvm.sh
r72401 r72521 120 120 fixAndTestBinary 121 121 testRsrcPath 122 sleep 5123 122 $PYTHON_BINARY $SMOKETEST_SCRIPT -v -v -d --vbox-session-type gui --nic-attachment nat --quick all 1> "${SMOKEOUTPUT_PATH}" 2>&1 124 123 RETVAL=$? -
trunk/src/VBox/ValidationKit/utils/TestExecServ/vboxtxs-runvm-readme.txt
r72397 r72521 16 16 1. scp/download latest release build of VirtualBox and install it in the VM. 17 17 2. scp/download the required smoke test VDI from remote test-resource to 18 /home/vbox/testrsrc/ * (preserve the directory layout)18 /home/vbox/testrsrc/3.0/tcp/win2k3ent-acpi.vdi 19 19 3. cd /root 20 20 3. scp/download VBoxValidationKit*.zip there. 21 21 5. unzip VBoxValidationKit*.zip 22 22 6. chmod -R u+w,a+x /opt/validationkit/ 23 7a. initrc: TODO: document init.rc setup 24 7b. systemd: Link/copy the vboxtxs-runvm.system to [/usr]/lib/systemd/system/ 25 Enable the vboxtxs-runvm service, usually using: 26 systemctl enable vboxtxs-runvm 27 8. Check the cdrom location and /dev/kmsg equivalent of your linux distro 28 in /opt/validationkit/linux/vboxtxs-runvm and fix it so it's correct. 29 9. reboot / done. 23 7a. Gnome: Copy /opt/validationkit/linux/vboxtxs-runvm.desktop to /etc/xdg/autostart 24 7b. KDE/Others: TODO: Document other desktop managers 25 8. Add the vbox user to sudo group using: 26 sudo usermod -a -G sudo vbox 27 9. Ensure no password is required for vbox when using sudo: 28 sudo echo "vbox ALL=(ALL:ALL) NOPASSWD: ALL" > /etc/sudoers.d/username 29 10. Check the cdrom location and /dev/kmsg equivalent of your linux distro 30 in /opt/validationkit/linux/vboxtxs-runvm and fix it so it's correct 31 11. Reboot / done. 30 32 31 33 TODO: Document other OSes as we add them. -
trunk/src/VBox/ValidationKit/vms/t-nsthwvirt-ubuntu.txt
r72401 r72521 25 25 - Disable auto-mounting of the CDROM: 26 26 gsettings set org.gnome.desktop.media-handling automount false 27 - Disable VirtualBox Guest Additions that ship with Ubuntu 17.04 by default: 28 sudo sh -c "echo 'blacklist vboxguest' > /etc/modprobe.d/blacklist.conf" 29 sudo sh -c "echo 'blacklist vboxvideo' > /etc/modprobe.d/blacklist.conf" 27 30 - Eject any CD and shut down the VM. 28 31
Note:
See TracChangeset
for help on using the changeset viewer.