]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: use self.log for all logging
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 12 Sep 2025 18:22:00 +0000 (19:22 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 24 Sep 2025 06:26:11 +0000 (08:26 +0200)
commit8a44d8c2ac0921c8064fbfd00ef28e3a2588918e
tree11606441f1ddffeaad0a6385070077930e21f796
parent5383ccf2512f4dc48e6321545f0f946d6bc78aa1
tests/functional: use self.log for all logging

Some tests are creating their on logger category which means any
output they log is not captured in base.log.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
[thuth: drop changes to reverse_debugging.py (it's WIP in other patches)]
Message-ID: <20250912182200.643909-7-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/functional/aarch64/test_virt.py
tests/functional/arm/test_integratorcp.py
tests/functional/mips64el/test_malta.py
tests/functional/replay_kernel.py
tests/functional/x86_64/test_acpi_bits.py