summaryrefslogtreecommitdiff
path: root/tests/vm/basevm.py
AgeCommit message (Expand)Author
2020-11-17tests/vm: Add Haiku test based on their vagrant imagesAlexander von Gluck IV
2020-07-27tests/vm: add shutdown timeout in basevm.pyRobert Foley
2020-07-11tests/vm: allow us to take advantage of MTTCGAlex Bennée
2020-07-11tests/vm: switch from optsparse to argparseAlex Bennée
2020-07-11tests/vm: Add workaround to consume consoleRobert Foley
2020-07-11tests/vm: change scripts to use self._configRobert Foley
2020-07-11tests/vm: Added a new script for ubuntu.aarch64.Robert Foley
2020-07-11tests/vm: Added configuration file supportRobert Foley
2020-07-11tests/vm: Add configuration to basevm.pyRobert Foley
2020-07-11tests/vm: pass args through to BaseVM's __init__Robert Foley
2020-05-31tests/vm: allow wait_ssh() to specify commandRobert Foley
2020-05-31tests/vm: Add ability to select QEMU from current buildRobert Foley
2020-05-27tests/vm: pass --genisoimage to basevm scriptAlex Bennée
2020-03-27tests/vm: fix basevm configAlex Bennée
2020-03-27tests/vm: move vga setupGerd Hoffmann
2020-03-27tests/vm: write raw console logGerd Hoffmann
2020-03-04tests/vm: Added gen_cloud_init_iso() to basevm.pyRobert Foley
2020-03-04tests/vm: give wait_ssh() option to wait for rootRobert Foley
2020-03-04tests/vm: increased max timeout for vm boot.Robert Foley
2020-03-04tests/vm: Debug mode shows ssh output.Robert Foley
2020-02-07drop "from __future__ import print_function"Paolo Bonzini
2020-02-07tests/vm: Remove shebang headerPhilippe Mathieu-Daudé
2019-12-18tests/vm: Allow to set qemu-img pathWainer dos Santos Moschetta
2019-12-16python/qemu: Move kvm_available() to its own moduleWainer dos Santos Moschetta
2019-11-20tests/vm: make --interactive (and therefore DEBUG=1) unconditionalAlex Bennée
2019-11-12tests/vm: support sites with sha512 checksumsAlex Bennée
2019-11-12tests/vm: add console_consume helperGerd Hoffmann
2019-10-25tests/vm: Let subclasses disable IPv6Eduardo Habkost
2019-07-04tests/vm: fedora autoinstall, using serial consoleGerd Hoffmann
2019-07-04tests/vm: serial console support helpersGerd Hoffmann
2019-07-04tests/vm: proper guest shutdownGerd Hoffmann
2019-07-04tests/vm: use ssh with pty unconditionallyGerd Hoffmann
2019-07-04tests/vm: send proxy environment variables over sshGerd Hoffmann
2019-07-01python/qemu: split QEMUMachine out from underneath __init__.pyJohn Snow
2019-06-12tests/vm: python3 fixesGerd Hoffmann
2019-06-12tests/vm: Port basevm to Python 3Wainer dos Santos Moschetta
2019-02-22Introduce a Python module structureCleber Rosa
2019-02-08tests/vm: add --build-target optionAlex Bennée
2018-10-26tests/vm: Do not abuse parallelism when HOST != TARGET architecturePhilippe Mathieu-Daudé
2018-10-26tests/vm: Do not use -enable-kvm if HOST != TARGET architecturePhilippe Mathieu-Daudé
2018-10-26tests/vm: Add a BaseVM::arch propertyPhilippe Mathieu-Daudé
2018-10-26tests/vm: Display remaining seconds to wait for a VM to startPhilippe Mathieu-Daudé
2018-10-26tests/vm: Do not use the -smp option with a single cpuPhilippe Mathieu-Daudé
2018-10-26tests/vm: Do not abuse parallelism when KVM is not availablePhilippe Mathieu-Daudé
2018-10-26tests/vm: Extract the kvm_available() handy functionPhilippe Mathieu-Daudé
2018-09-26tests/vm: Use -cpu max rather than -cpu hostPeter Maydell
2018-08-24tests/vm: Increase timeout waiting for VM to boot to 5 minutesPeter Maydell
2018-08-15tests/vm: Bump guest RAM up from 2G to 4GPeter Maydell
2018-08-15tests/vm: Propagate V=1 down into the make inside the VMPeter Maydell
2018-08-15tests: Add an option for snapshot (default: off)Fam Zheng