Home
last modified time | relevance | path

Searched refs:archive_extract (Results 1 – 25 of 25) sorted by relevance

/openbmc/qemu/tests/functional/
H A Dtest_sparc_sun4m.py9 from qemu_test.utils import archive_extract
20 archive_extract(file_path, self.workdir)
H A Dtest_ppc64_e500.py8 from qemu_test.utils import archive_extract
20 archive_extract(file_path, self.workdir)
H A Dtest_xtensa_lx60.py9 from qemu_test.utils import archive_extract
21 archive_extract(file_path, self.workdir)
H A Dtest_arm_vexpress.py9 from qemu_test.utils import archive_extract
20 archive_extract(file_path, self.workdir)
H A Dtest_or1k_sim.py11 from qemu_test.utils import archive_extract
22 archive_extract(file_path, self.workdir)
H A Dtest_m68k_mcf5208evb.py11 from qemu_test.utils import archive_extract
22 archive_extract(file_path, self.workdir)
H A Dtest_sh4_r2d.py10 from qemu_test.utils import archive_extract
25 archive_extract(file_path, self.workdir)
H A Dtest_arm_canona1100.py15 from qemu_test.utils import archive_extract
30 archive_extract(file_path, dest_dir=self.workdir,
H A Dtest_ppc_mac.py8 from qemu_test.utils import archive_extract
24 archive_extract(file_path, self.workdir)
H A Dtest_microblaze_s3adsp1800.py14 from qemu_test.utils import archive_extract
28 archive_extract(file_path, self.workdir)
H A Dtest_ppc_virtex_ml507.py10 from qemu_test.utils import archive_extract
29 archive_extract(file_path, self.workdir)
H A Dtest_ppc_mpc8544ds.py10 from qemu_test.utils import archive_extract
29 archive_extract(file_path, self.workdir, member='creek/creek.bin')
H A Dtest_sparc64_sun4u.py17 from qemu_test.utils import archive_extract
33 archive_extract(file_path, self.workdir, kernel_name)
H A Dtest_ppc_bamboo.py10 from qemu_test.utils import archive_extract
29 archive_extract(file_path, self.workdir)
H A Dtest_sh4eb_r2d.py12 from qemu_test.utils import archive_extract
24 archive_extract(file_path, self.workdir)
H A Dtest_microblazeel_s3adsp1800.py14 from qemu_test.utils import archive_extract
28 archive_extract(file_path, self.workdir)
H A Dtest_arm_aspeed_ast2500.py10 from qemu_test.utils import archive_extract
50 archive_extract(image_path, self.workdir)
H A Dtest_aarch64_aspeed.py15 from qemu_test.utils import archive_extract
39 archive_extract(image_path, self.workdir)
H A Dtest_arm_aspeed_ast2600.py16 from qemu_test.utils import archive_extract
111 archive_extract(image_path, self.workdir)
H A Dtest_arm_collie.py9 from qemu_test.utils import archive_extract
H A Dtest_arm_sx1.py17 from qemu_test.utils import archive_extract
H A Dtest_arm_bpim2u.py12 from qemu_test.utils import archive_extract, gzip_uncompress, lzma_uncompress
H A Dtest_arm_orangepi.py14 from qemu_test.utils import archive_extract, gzip_uncompress, lzma_uncompress
/openbmc/qemu/tests/functional/qemu_test/
H A Dlinuxkernel.py10 from .utils import archive_extract
45 archive_extract(file_path, self.workdir)
H A Dutils.py39 def archive_extract(archive, dest_dir, member=None): function