]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: Convert the OrangePi tests to the functional framework
authorThomas Huth <thuth@redhat.com>
Tue, 29 Oct 2024 09:24:40 +0000 (10:24 +0100)
committerThomas Huth <thuth@redhat.com>
Mon, 4 Nov 2024 13:16:12 +0000 (14:16 +0100)
commit380f7268b7ba4a6db73bfcde53082b70add45caa
treeb126a52f0069971256eb35290e565a9279653848
parentf7d6b772200273eac3e5613435e2b4fe977470c3
tests/functional: Convert the OrangePi tests to the functional framework

Move the OrangePi tests from tests/avocado/boot_linux_console.py into
a new file dedicated for OrangePi tests in the functional framework
and update the hash sums of the assets to sha256 along the way.
For the buildroot image and the Armbian image, we've got to switch to
a newer version since the old images have been removed from the server,
and the NetBSD image has been moved to the archive, so we need to update
this URL as well.

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