]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/functional: Convert BananaPi tests to the functional framework
authorThomas Huth <thuth@redhat.com>
Tue, 29 Oct 2024 09:24:39 +0000 (10:24 +0100)
committerThomas Huth <thuth@redhat.com>
Mon, 4 Nov 2024 13:16:12 +0000 (14:16 +0100)
commitf7d6b772200273eac3e5613435e2b4fe977470c3
treec44b2ff203694837368ba1f84d813d40c284ea14
parent3abc545e66b95bcd6388cc2b1d006c9ebd763c27
tests/functional: Convert BananaPi tests to the functional framework

Move the BananaPi tests from tests/avocado/boot_linux_console.py into
a new file dedicated for Banana Pi tests in the functional framework.
Update the hash sums of the assets to sha256 along the way and fix the
broken link for the buildroot image from storage.kernelci.org.

(Note: The test_arm_bpim2u_openwrt_22_03_3 test is currently broken
due to a regression in commit 4c2c047469 ("target/arm: Fix usage of MMU
indexes when EL3 is AArch32") - it works if that commit gets reverted)

Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20241029092440.25021-2-thuth@redhat.com>
tests/avocado/boot_linux_console.py
tests/functional/meson.build
tests/functional/qemu_test/utils.py
tests/functional/test_arm_bpim2u.py [new file with mode: 0755]