]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Use -no-shutdown in the hppa_seabios test
authorThomas Huth <thuth@redhat.com>
Thu, 8 May 2025 18:09:18 +0000 (20:09 +0200)
committerStefan Hajnoczi <stefanha@redhat.com>
Thu, 8 May 2025 19:38:40 +0000 (15:38 -0400)
commit4b1f5b73e060971c434e70694d571adfee553027
tree55d4aa10dc2cc70c83d7f478177c40b7368c6277
parentc5f122fdcc280a82e7c5f31de890f985aa7ba773
tests/functional: Use -no-shutdown in the hppa_seabios test

qemu-system-hppa shuts down automatically when the BIOS is
unable to boot from any device. So this test currently fails
occasionally when QEMU already quit, but the test still
expected it to be around (e.g. to shut it down cleanly).
Adding a "-no-shutdown" seems to make it reliable.
While we're at it, also remove the stray "self.machine" in
there that does not have any purpose.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 20250508180918.228757-1-thuth@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/functional/test_hppa_seabios.py