tests/functional: Convert some avocado tests that needed avocado.utils.archive
authorThomas Huth <thuth@redhat.com>
Fri, 30 Aug 2024 13:38:13 +0000 (15:38 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 4 Sep 2024 09:14:29 +0000 (11:14 +0200)
commite3fc99b1644c4b11189ff71ad5e7e8434dd41d58
tree69dbf38b41958e2cd57e166dc8a45b213311b862
parent850a1951b7f614bbafa20c7d4cae55f97464f4ad
tests/functional: Convert some avocado tests that needed avocado.utils.archive

Instead of using the "archive" module from avocado.utils, switch
these tests to use the new wrapper function that is based on the
"tarfile" module instead.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240830133841.142644-20-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
MAINTAINERS
tests/avocado/machine_arm_canona1100.py [deleted file]
tests/avocado/machine_sparc64_sun4u.py [deleted file]
tests/avocado/ppc_bamboo.py [deleted file]
tests/functional/meson.build
tests/functional/test_arm_canona1100.py [new file with mode: 0755]
tests/functional/test_ppc_bamboo.py [new file with mode: 0755]
tests/functional/test_sparc64_sun4u.py [new file with mode: 0755]