aboutsummaryrefslogtreecommitdiff
path: root/tests/vm/basevm.py
AgeCommit message (Expand)AuthorFilesLines
2020-11-17tests/vm: Add Haiku test based on their vagrant imagesAlexander von Gluck IV1-2/+3
2020-07-27tests/vm: add shutdown timeout in basevm.pyRobert Foley1-5/+10
2020-07-11tests/vm: allow us to take advantage of MTTCGAlex Bennée1-2/+9
2020-07-11tests/vm: switch from optsparse to argparseAlex Bennée1-45/+48
2020-07-11tests/vm: Add workaround to consume consoleRobert Foley1-2/+19
2020-07-11tests/vm: change scripts to use self._configRobert Foley1-9/+2
2020-07-11tests/vm: Added a new script for ubuntu.aarch64.Robert Foley1-0/+12
2020-07-11tests/vm: Added configuration file supportRobert Foley1-1/+39
2020-07-11tests/vm: Add configuration to basevm.pyRobert Foley1-39/+133
2020-07-11tests/vm: pass args through to BaseVM's __init__Robert Foley1-9/+7
2020-05-31tests/vm: allow wait_ssh() to specify commandRobert Foley1-7/+7
2020-05-31tests/vm: Add ability to select QEMU from current buildRobert Foley1-5/+23
2020-05-27tests/vm: pass --genisoimage to basevm scriptAlex Bennée1-6/+10
2020-03-27tests/vm: fix basevm configAlex Bennée1-8/+8
2020-03-27tests/vm: move vga setupGerd Hoffmann1-1/+0
2020-03-27tests/vm: write raw console logGerd Hoffmann1-0/+6
2020-03-04tests/vm: Added gen_cloud_init_iso() to basevm.pyRobert Foley1-0/+40
2020-03-04tests/vm: give wait_ssh() option to wait for rootRobert Foley1-2/+5
2020-03-04tests/vm: increased max timeout for vm boot.Robert Foley1-0/+7
2020-03-04tests/vm: Debug mode shows ssh output.Robert Foley1-1/+6
2020-02-07drop "from __future__ import print_function"Paolo Bonzini1-1/+0
2020-02-07tests/vm: Remove shebang headerPhilippe Mathieu-Daudé1-1/+0
2019-12-18tests/vm: Allow to set qemu-img pathWainer dos Santos Moschetta1-0/+5
2019-12-16python/qemu: Move kvm_available() to its own moduleWainer dos Santos Moschetta1-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ée1-2/+8
2019-11-12tests/vm: add console_consume helperGerd Hoffmann1-0/+19
2019-10-25tests/vm: Let subclasses disable IPv6Eduardo Habkost1-1/+4
2019-07-04tests/vm: fedora autoinstall, using serial consoleGerd Hoffmann1-1/+8
2019-07-04tests/vm: serial console support helpersGerd Hoffmann1-3/+83
2019-07-04tests/vm: proper guest shutdownGerd Hoffmann1-7/+15
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-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: Port basevm to Python 3Wainer dos Santos Moschetta1-4/+4
2019-02-22Introduce a Python module structureCleber Rosa1-1/+1
2019-02-08tests/vm: add --build-target optionAlex Bennée1-0/+3
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é1-1/+3
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
2018-10-26tests/vm: Extract the kvm_available() handy functionPhilippe Mathieu-Daudé1-2/+2
2018-09-26tests/vm: Use -cpu max rather than -cpu hostPeter Maydell1-2/+1
2018-08-24tests/vm: Increase timeout waiting for VM to boot to 5 minutesPeter Maydell1-1/+1
2018-08-15tests/vm: Bump guest RAM up from 2G to 4GPeter Maydell1-1/+1
2018-08-15tests/vm: Propagate V=1 down into the make inside the VMPeter Maydell1-1/+4
2018-08-15tests: Add an option for snapshot (default: off)Fam Zheng1-1/+6