aboutsummaryrefslogtreecommitdiff
path: root/tests/vm/basevm.py
AgeCommit message (Expand)AuthorFilesLines
2024-03-13tests/vm: ensure we build everything by defaultAlex Bennée1-1/+1
2024-02-28tests/vm: avoid re-building the VM images all the timeAlex Bennée1-2/+2
2024-02-06tests/vm: Set UseDNS=no in the sshd configurationIlya Leoshkevich1-0/+2
2023-10-17tests/vm: avoid invalid escape in Python stringPaolo Bonzini1-3/+3
2023-10-12tests/vm/basevm.py: use cmd() instead of qmp()Vladimir Sementsov-Ogievskiy1-2/+2
2023-07-18tests/vm: Introduce get_qemu_packages_from_lcitool_json() helperPhilippe Mathieu-Daudé1-0/+11
2023-01-09tests/vm: Update get_default_jobs() to work on non-x86_64 non-KVM hostsPhilippe Mathieu-Daudé1-2/+1
2022-10-31tests/vm: use -o IdentitiesOnly=yes for sshIlya Leoshkevich1-1/+2
2022-07-18tests/vm: add 1GB extra memory per coreJohn Snow1-0/+5
2022-06-06tests: use tests/venv to run basevm.py-based scriptsJohn Snow1-3/+3
2021-06-07tests/vm: expose --source-path to scripts to find extra filesAlex Bennée1-0/+4
2021-06-01python: create qemu packagesJohn Snow1-2/+1
2021-06-01Python: add utility function for retrieving port redirectionCleber Rosa1-7/+4
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