summary refs log tree commit diff stats
path: root/tests/vm/basevm.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests/vm: ensure we build everything by defaultAlex Bennée2024-03-131-1/+1
* tests/vm: avoid re-building the VM images all the timeAlex Bennée2024-02-281-2/+2
* tests/vm: Set UseDNS=no in the sshd configurationIlya Leoshkevich2024-02-061-0/+2
* tests/vm: avoid invalid escape in Python stringPaolo Bonzini2023-10-171-3/+3
* tests/vm/basevm.py: use cmd() instead of qmp()Vladimir Sementsov-Ogievskiy2023-10-121-2/+2
* tests/vm: Introduce get_qemu_packages_from_lcitool_json() helperPhilippe Mathieu-Daudé2023-07-181-0/+11
* tests/vm: Update get_default_jobs() to work on non-x86_64 non-KVM hostsPhilippe Mathieu-Daudé2023-01-091-2/+1
* tests/vm: use -o IdentitiesOnly=yes for sshIlya Leoshkevich2022-10-311-1/+2
* tests/vm: add 1GB extra memory per coreJohn Snow2022-07-181-0/+5
* tests: use tests/venv to run basevm.py-based scriptsJohn Snow2022-06-061-3/+3
* tests/vm: expose --source-path to scripts to find extra filesAlex Bennée2021-06-071-0/+4
* python: create qemu packagesJohn Snow2021-06-011-2/+1
* Python: add utility function for retrieving port redirectionCleber Rosa2021-06-011-7/+4
* tests/vm: Add Haiku test based on their vagrant imagesAlexander von Gluck IV2020-11-171-2/+3
* tests/vm: add shutdown timeout in basevm.pyRobert Foley2020-07-271-5/+10
* tests/vm: allow us to take advantage of MTTCGAlex Bennée2020-07-111-2/+9
* tests/vm: switch from optsparse to argparseAlex Bennée2020-07-111-45/+48
* tests/vm: Add workaround to consume consoleRobert Foley2020-07-111-2/+19
* tests/vm: change scripts to use self._configRobert Foley2020-07-111-9/+2
* tests/vm: Added a new script for ubuntu.aarch64.Robert Foley2020-07-111-0/+12
* tests/vm: Added configuration file supportRobert Foley2020-07-111-1/+39
* tests/vm: Add configuration to basevm.pyRobert Foley2020-07-111-39/+133
* tests/vm: pass args through to BaseVM's __init__Robert Foley2020-07-111-9/+7
* tests/vm: allow wait_ssh() to specify commandRobert Foley2020-05-311-7/+7
* tests/vm: Add ability to select QEMU from current buildRobert Foley2020-05-311-5/+23
* tests/vm: pass --genisoimage to basevm scriptAlex Bennée2020-05-271-6/+10
* tests/vm: fix basevm configAlex Bennée2020-03-271-8/+8
* tests/vm: move vga setupGerd Hoffmann2020-03-271-1/+0
* tests/vm: write raw console logGerd Hoffmann2020-03-271-0/+6
* tests/vm: Added gen_cloud_init_iso() to basevm.pyRobert Foley2020-03-041-0/+40
* tests/vm: give wait_ssh() option to wait for rootRobert Foley2020-03-041-2/+5
* tests/vm: increased max timeout for vm boot.Robert Foley2020-03-041-0/+7
* tests/vm: Debug mode shows ssh output.Robert Foley2020-03-041-1/+6
* drop "from __future__ import print_function"Paolo Bonzini2020-02-071-1/+0
* tests/vm: Remove shebang headerPhilippe Mathieu-Daudé2020-02-071-1/+0
* tests/vm: Allow to set qemu-img pathWainer dos Santos Moschetta2019-12-181-0/+5
* python/qemu: Move kvm_available() to its own moduleWainer dos Santos Moschetta2019-12-161-1/+1
* tests/vm: make --interactive (and therefore DEBUG=1) unconditionalAlex Bennée2019-11-201-1/+1
* tests/vm: support sites with sha512 checksumsAlex Bennée2019-11-121-2/+8
* tests/vm: add console_consume helperGerd Hoffmann2019-11-121-0/+19
* tests/vm: Let subclasses disable IPv6Eduardo Habkost2019-10-251-1/+4
* tests/vm: fedora autoinstall, using serial consoleGerd Hoffmann2019-07-041-1/+8
* tests/vm: serial console support helpersGerd Hoffmann2019-07-041-3/+83
* tests/vm: proper guest shutdownGerd Hoffmann2019-07-041-7/+15
* tests/vm: use ssh with pty unconditionallyGerd Hoffmann2019-07-041-9/+4
* tests/vm: send proxy environment variables over sshGerd Hoffmann2019-07-041-0/+9
* python/qemu: split QEMUMachine out from underneath __init__.pyJohn Snow2019-07-011-1/+2
* tests/vm: python3 fixesGerd Hoffmann2019-06-121-5/+6
* tests/vm: Port basevm to Python 3Wainer dos Santos Moschetta2019-06-121-4/+4
* Introduce a Python module structureCleber Rosa2019-02-221-1/+1