summaryrefslogtreecommitdiffstats
path: root/tests/vm/basevm.py
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* Python: add utility function for retrieving port redirectionCleber Rosa2021-06-011-7/+4Star
* 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/+2Star
* 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/+7Star
* 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/+0Star
* 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/+0Star
* tests/vm: Remove shebang headerPhilippe Mathieu-Daudé2020-02-071-1/+0Star
* 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-171-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/+4Star
* tests/vm: send proxy environment variables over sshGerd Hoffmann2019-07-041-0/+9
* python/qemu: split QEMUMachine out from underneath __init__.pyJohn Snow2019-07-021-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
* tests/vm: add --build-target optionAlex Bennée2019-02-081-0/+3
* tests/vm: Do not abuse parallelism when HOST != TARGET architecturePhilippe Mathieu-Daudé2018-10-261-4/+4
* tests/vm: Do not use -enable-kvm if HOST != TARGET architecturePhilippe Mathieu-Daudé2018-10-261-1/+1
* tests/vm: Add a BaseVM::arch propertyPhilippe Mathieu-Daudé2018-10-261-1/+3
* tests/vm: Display remaining seconds to wait for a VM to startPhilippe Mathieu-Daudé2018-10-261-1/+4
* tests/vm: Do not use the -smp option with a single cpuPhilippe Mathieu-Daudé2018-10-261-1/+1
* tests/vm: Do not abuse parallelism when KVM is not availablePhilippe Mathieu-Daudé2018-10-261-1/+8