]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/functional: Convert ARM bFLT linux-user avocado test
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 30 Aug 2024 13:38:32 +0000 (15:38 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 4 Sep 2024 10:28:00 +0000 (12:28 +0200)
commit34917ead7239acfe85580e74f6ebe2fa55a10ab2
treea96a82e6921216b5f8f65fcbd36cd26e9540a638
parent99465d3fe451964f1bb3c355054cd7ced05dcf88
tests/functional: Convert ARM bFLT linux-user avocado test

Straight forward conversion. Update the SHA1 hashes to
SHA256 hashes since SHA1 should not be used anymore nowadays.
Expose cpio_extract() in qemu_test.utils for possible reuse.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240822104238.75045-3-philmd@linaro.org>
[thuth: Add test to meson.build]
Message-ID: <20240830133841.142644-39-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/avocado/load_bflt.py [deleted file]
tests/functional/meson.build
tests/functional/qemu_test/utils.py
tests/functional/test_arm_bflt.py [new file with mode: 0755]