tests/functional: Convert the s390x avocado tests into standalone tests
authorThomas Huth <thuth@redhat.com>
Fri, 30 Aug 2024 13:38:14 +0000 (15:38 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 4 Sep 2024 09:14:33 +0000 (11:14 +0200)
commite2e9fd256ee8e8a3cdc4ce969d582632c34e3447
treeb73d38bdfa15fbe10a5b3c4c412e88c42e5a53d1
parente3fc99b1644c4b11189ff71ad5e7e8434dd41d58
tests/functional: Convert the s390x avocado tests into standalone tests

These tests use archive.lzma_uncompress() from the Avocado utils,
so provide a small helper function for this, based on the
standard lzma module from Python instead.

And while we're at it, replace the MD5 hashes in the topology test
with proper SHA256 hashes, since MD5 should not be used anymore
nowadays.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240830133841.142644-21-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
MAINTAINERS
tests/avocado/machine_s390_ccw_virtio.py [deleted file]
tests/avocado/s390_topology.py [deleted file]
tests/functional/meson.build
tests/functional/qemu_test/utils.py
tests/functional/test_s390x_ccw_virtio.py [new file with mode: 0755]
tests/functional/test_s390x_topology.py [new file with mode: 0755]