qemu-patch-raspberry4/tests/vm
Robert Foley df00168039 tests/vm: change scripts to use self._config
This change converts existing scripts to using for example self.ROOT_PASS,
to self._config['root_pass'].
We made similar changes for GUEST_USER, and GUEST_PASS.
This allows us also to remove the change in basevm.py,
which adds __getattr__ for backwards compatibility.

Signed-off-by: Robert Foley <robert.foley@linaro.org>
Reviewed-by: Peter Puhov <peter.puhov@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200601211421.1277-8-robert.foley@linaro.org>
Message-Id: <20200701135652.1366-12-alex.bennee@linaro.org>
2020-07-11 15:52:59 +01:00
..
aarch64vm.py tests/vm: Added a new script for ubuntu.aarch64. 2020-07-11 15:52:59 +01:00
basevm.py tests/vm: change scripts to use self._config 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
centos-8-aarch64.ks tests/vm: Added a new script for centos.aarch64. 2020-07-11 15:52:59 +01:00
centos.aarch64 tests/vm: Added a new script for centos.aarch64. 2020-07-11 15:52:59 +01:00
conf_example_aarch64.yml tests/vm: Added configuration file support 2020-07-11 15:52:59 +01:00
conf_example_x86.yml tests/vm: Added configuration file support 2020-07-11 15:52:59 +01:00
fedora tests/vm: change scripts to use self._config 2020-07-11 15:52:59 +01:00
freebsd tests/vm: change scripts to use self._config 2020-07-11 15:52:59 +01:00
Makefile.include tests/vm: Added a new script for centos.aarch64. 2020-07-11 15:52:59 +01:00
netbsd tests/vm: change scripts to use self._config 2020-07-11 15:52:59 +01:00
openbsd tests/vm: change scripts to use self._config 2020-07-11 15:52:59 +01:00
README docs: Add docs/devel/testing.rst 2018-02-08 09:23:07 +08:00
ubuntu.aarch64 tests/vm: Added a new script for ubuntu.aarch64. 2020-07-11 15:52:59 +01:00
ubuntu.i386 tests/vm: Add common Ubuntu python module 2020-07-11 15:52:59 +01:00
ubuntuvm.py tests/vm: Add common Ubuntu python module 2020-07-11 15:52:59 +01:00

See docs/devel/testing.rst for help.