qemu/tests/vm
Robert Foley 5d676197eb tests/vm: Add configuration to basevm.py
Added use of a configuration to tests/vm/basevm.py.
The configuration provides parameters used to configure a VM.
This allows for providing alternate configurations to the VM being
created/launched. cpu, machine, memory, and NUMA configuration are all
examples of configuration which we might want to vary on the VM being created
or launched.
This will for example allow for creating an aarch64 vm.

Signed-off-by: Robert Foley <robert.foley@linaro.org>
Reviewed-by: Peter Puhov <peter.puhov@linaro.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200601211421.1277-3-robert.foley@linaro.org>
Message-Id: <20200701135652.1366-7-alex.bennee@linaro.org>
2020-07-11 15:52:59 +01:00
..
basevm.py tests/vm: Add configuration to basevm.py 2020-07-11 15:52:59 +01:00
centos tests/vm: Added gen_cloud_init_iso() to basevm.py 2020-03-04 09:57:29 +00:00
fedora tests/vm: Remove flex/bison packages 2020-06-08 17:04:19 +01:00
freebsd tests/vm: Remove flex/bison packages 2020-06-08 17:04:19 +01:00
Makefile.include tests/vm: Add ability to select QEMU from current build 2020-05-31 18:25:31 +02:00
netbsd tests/vm: Remove flex/bison packages 2020-06-08 17:04:19 +01:00
openbsd tests/vm: Remove flex/bison packages 2020-06-08 17:04:19 +01:00
README docs: Add docs/devel/testing.rst 2018-02-08 09:23:07 +08:00
ubuntu.i386 tests/vm: Remove flex/bison packages 2020-06-08 17:04:19 +01:00

See docs/devel/testing.rst for help.