]> xenbits.xensource.com Git - people/aperard/qemu-dm.git/commit
tests/functional: Move the check for the parameters from avocado to functional
authorThomas Huth <thuth@redhat.com>
Mon, 14 Apr 2025 11:30:16 +0000 (13:30 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 23 Apr 2025 05:51:25 +0000 (07:51 +0200)
commitbc65ae696104c15e52a5e26f225b689e2c2cdba6
tree91a9115501aacc0de5f793a429cca6985658fb41
parent22baa5f340d4fe3e7f271d275367b806ef3da834
tests/functional: Move the check for the parameters from avocado to functional

test_x86_64_pc in tests/avocado/boot_linux_console.py only checks
whether the kernel parameters have correctly been passed to the
kernel in the guest by looking for them in the console output of the
guest. Let's move that to the functional test framework now, but
instead of doing it in a separate test, let's do it for all tuxrun
tests instead, so it is done automatically for all targets that have
a tuxrun test.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20250414113031.151105-3-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/avocado/boot_linux_console.py
tests/functional/qemu_test/tuxruntest.py