aboutsummaryrefslogtreecommitdiff
path: root/tests/vm/basevm.py
AgeCommit message (Expand)Author
2024-02-28tests/vm: avoid re-building the VM images all the timeAlex Bennée
2023-10-17tests/vm: avoid invalid escape in Python stringPaolo Bonzini
2023-10-12tests/vm/basevm.py: use cmd() instead of qmp()Vladimir Sementsov-Ogievskiy
2023-07-18tests/vm: Introduce get_qemu_packages_from_lcitool_json() helperPhilippe Mathieu-Daudé
2023-01-09tests/vm: Update get_default_jobs() to work on non-x86_64 non-KVM hostsPhilippe Mathieu-Daudé
2022-10-31tests/vm: use -o IdentitiesOnly=yes for sshIlya Leoshkevich
2022-07-18tests/vm: add 1GB extra memory per coreJohn Snow
2022-06-06tests: use tests/venv to run basevm.py-based scriptsJohn Snow
2021-06-07tests/vm: expose --source-path to scripts to find extra filesAlex Bennée
2021-06-01python: create qemu packagesJohn Snow
2021-06-01Python: add utility function for retrieving port redirectionCleber Rosa
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é