You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/tests/functional/qemu_test
Daniel P. Berrangé f5578e427f tests/functional: avoid accessing log_filename on earlier failures
If a failure occurs early in the QemuBaseTest constructor, the
'log_filename' object atttribute may not exist yet. This happens
most notably if the QEMU_TEST_QEMU_BINARY is not set. We can't
initialize 'log_filename' earlier as we use the binary to identify
the architecture which is then used to build the path in which the
logs are stored.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20241121154218.1423005-19-berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20241121165806.476008-19-alex.bennee@linaro.org>
1 week ago
..
__init__.py tests/functional: Add the LinuxKernelTest for testing the Linux boot process 3 months ago
asset.py tests/functional: make cached asset files read-only 1 month ago
cmd.py tests/functional: rewrite console handling to be bytewise 1 week ago
config.py
linuxkernel.py tests/functional/qemu_test: Add a function for launching kernels more easily 2 months ago
tesseract.py tests/functional: Fix bad usage of has_cmd 3 months ago
testcase.py tests/functional: avoid accessing log_filename on earlier failures 1 week ago
tuxruntest.py tests/functional: remove time.sleep usage from tuxrun tests 1 week ago
utils.py tests/functional: Convert BananaPi tests to the functional framework 1 month ago