aboutsummaryrefslogtreecommitdiff
path: root/tests/vm
AgeCommit message (Expand)AuthorFilesLines
2020-01-09freebsd: use python37Gerd Hoffmann1-1/+2
2020-01-09tests/vm: update openbsd to release 6.6Gerd Hoffmann1-2/+2
2019-12-18tests/vm: Allow to set qemu-img pathWainer dos Santos Moschetta8-11/+12
2019-12-16python/qemu: Move kvm_available() to its own moduleWainer dos Santos Moschetta1-1/+1
2019-11-26tests/vm/ubuntu: update i386 image to 18.04Alex Bennée1-2/+2
2019-11-26tests/vm/ubuntu: include language pack to silence locale warningsAlex Bennée1-1/+1
2019-11-26tests/vm/centos: fix centos build targetAlex Bennée1-1/+1
2019-11-20tests/vm: make --interactive (and therefore DEBUG=1) unconditionalAlex Bennée1-1/+1
2019-11-12tests/vm: support sites with sha512 checksumsAlex Bennée2-3/+10
2019-11-12tests/vm: update netbsd to version 8.1Gerd Hoffmann1-1/+1
2019-11-12tests/vm: use console_consume for netbsdGerd Hoffmann1-1/+1
2019-11-12tests/vm: add console_consume helperGerd Hoffmann1-0/+19
2019-11-12tests/vm: netbsd autoinstall, using serial consoleGerd Hoffmann1-10/+177
2019-10-25tests/vm/netbsd: Disable IPv6Eduardo Habkost1-0/+7
2019-10-25tests/vm: Let subclasses disable IPv6Eduardo Habkost1-1/+4
2019-09-10Fedora images: use URLs from stable "archives.fedoraproject.org"Cleber Rosa1-1/+1
2019-09-05tests/vm: Take the J=x setting into account for the vm-boot-ssh targets, tooThomas Huth1-0/+1
2019-07-04Makefile: Rename the 'vm-test' target as 'vm-help'Philippe Mathieu-Daudé1-2/+3
2019-07-04tests/vm: ubuntu.i386: apt proxy setupGerd Hoffmann1-0/+4
2019-07-04tests/vm: fedora autoinstall, using serial consoleGerd Hoffmann3-2/+199
2019-07-04tests/vm: freebsd autoinstall, using serial consoleGerd Hoffmann1-10/+172
2019-07-04tests/vm: openbsd autoinstall, using serial consoleGerd Hoffmann1-13/+148
2019-07-04tests/vm: serial console support helpersGerd Hoffmann1-3/+83
2019-07-04tests/vm: add vm-boot-{ssh,serial}-<guest> targetsGerd Hoffmann1-0/+19
2019-07-04tests/vm: proper guest shutdownGerd Hoffmann1-7/+15
2019-07-04tests/vm: run test builds on snapshotGerd Hoffmann1-0/+1
2019-07-04tests/vm: use ssh with pty unconditionallyGerd Hoffmann1-9/+4
2019-07-04tests/vm: send proxy environment variables over sshGerd Hoffmann1-0/+9
2019-07-04tests/vm: add source repos on ubuntu.i386Cleber Rosa1-0/+1
2019-07-04tests/vm: pin ubuntu.i386 imageCleber Rosa1-1/+3
2019-07-04tests/vm: avoid image presence check and removalCleber Rosa5-10/+0
2019-07-04tests/vm: avoid extra compressed image copyCleber Rosa4-8/+8
2019-07-01python/qemu: split QEMUMachine out from underneath __init__.pyJohn Snow1-1/+2
2019-06-12tests/vm: python3 fixesGerd Hoffmann1-5/+6
2019-06-12tests/vm: Add missing variables on helpWainer dos Santos Moschetta1-2/+6
2019-06-12tests/vm: Fix build-centos docker-based tests runWainer dos Santos Moschetta1-3/+3
2019-06-12tests/vm: Port basevm to Python 3Wainer dos Santos Moschetta1-4/+4
2019-06-12tests/vm: Use python configured on buildWainer dos Santos Moschetta1-2/+2
2019-02-22Introduce a Python module structureCleber Rosa1-1/+1
2019-02-11tests/vm: Be verbose while extracting compressed imagesPhilippe Mathieu-Daudé4-4/+8
2019-02-08tests/vm: expose BUILD_TARGET, TARGET_LIST and EXTRA_CONFIGURE_OPTSAlex Bennée1-1/+9
2019-02-08tests/vm: add --build-target optionAlex Bennée4-3/+6
2019-02-08tests/vm: call make check directly for netbsd/freebsd/ubuntu.i386Alex Bennée3-3/+0
2019-02-08tests/vm: move images to $HOME/.cache/qemu-vm/imagesGerd Hoffmann1-5/+7
2018-10-26tests/vm: Do not abuse parallelism when HOST != TARGET architecturePhilippe Mathieu-Daudé1-4/+4
2018-10-26tests/vm: Do not use -enable-kvm if HOST != TARGET architecturePhilippe Mathieu-Daudé1-1/+1
2018-10-26tests/vm: Add a BaseVM::arch propertyPhilippe Mathieu-Daudé6-1/+8
2018-10-26tests/vm: Display remaining seconds to wait for a VM to startPhilippe Mathieu-Daudé1-1/+4
2018-10-26tests/vm: Do not use the -smp option with a single cpuPhilippe Mathieu-Daudé1-1/+1
2018-10-26tests/vm: Do not abuse parallelism when KVM is not availablePhilippe Mathieu-Daudé1-1/+8