]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional: convert tests to new archive_extract helper
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 17 Dec 2024 15:59:44 +0000 (15:59 +0000)
committerThomas Huth <thuth@redhat.com>
Tue, 17 Dec 2024 18:39:53 +0000 (19:39 +0100)
commit5831ed84e7e450a652f215721aba34ed4e1ffb97
tree3e694461d1f99da21aa3e9f5cdd77d50e8ef12af
parent239fd29d6f82724c95a7a7f840c9f9244bcbe6d4
tests/functional: convert tests to new archive_extract helper

Replace use of utils.archive_extract and extract_from_deb with the
new archive_extract helper.

Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <20241217155953.3950506-24-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
37 files changed:
tests/functional/qemu_test/linuxkernel.py
tests/functional/test_aarch64_aspeed.py
tests/functional/test_aarch64_raspi3.py
tests/functional/test_aarch64_raspi4.py
tests/functional/test_acpi_bits.py
tests/functional/test_arm_aspeed_ast1030.py
tests/functional/test_arm_aspeed_ast2500.py
tests/functional/test_arm_aspeed_ast2600.py
tests/functional/test_arm_aspeed_rainier.py
tests/functional/test_arm_bflt.py
tests/functional/test_arm_bpim2u.py
tests/functional/test_arm_canona1100.py
tests/functional/test_arm_cubieboard.py
tests/functional/test_arm_orangepi.py
tests/functional/test_arm_raspi2.py
tests/functional/test_arm_smdkc210.py
tests/functional/test_arm_vexpress.py
tests/functional/test_m68k_mcf5208evb.py
tests/functional/test_m68k_q800.py
tests/functional/test_microblaze_s3adsp1800.py
tests/functional/test_microblazeel_s3adsp1800.py
tests/functional/test_mips64el_fuloong2e.py
tests/functional/test_mips64el_malta.py
tests/functional/test_mips_malta.py
tests/functional/test_mipsel_malta.py
tests/functional/test_or1k_sim.py
tests/functional/test_ppc64_e500.py
tests/functional/test_ppc_amiga.py
tests/functional/test_ppc_bamboo.py
tests/functional/test_ppc_mac.py
tests/functional/test_ppc_mpc8544ds.py
tests/functional/test_ppc_virtex_ml507.py
tests/functional/test_sh4_r2d.py
tests/functional/test_sh4eb_r2d.py
tests/functional/test_sparc64_sun4u.py
tests/functional/test_sparc_sun4m.py
tests/functional/test_xtensa_lx60.py