Searched refs:archive_extract (Results 1 – 25 of 25) sorted by relevance
/openbmc/qemu/tests/functional/ |
H A D | test_sparc_sun4m.py | 9 from qemu_test.utils import archive_extract 20 archive_extract(file_path, self.workdir)
|
H A D | test_ppc64_e500.py | 8 from qemu_test.utils import archive_extract 20 archive_extract(file_path, self.workdir)
|
H A D | test_xtensa_lx60.py | 9 from qemu_test.utils import archive_extract 21 archive_extract(file_path, self.workdir)
|
H A D | test_arm_vexpress.py | 9 from qemu_test.utils import archive_extract 20 archive_extract(file_path, self.workdir)
|
H A D | test_or1k_sim.py | 11 from qemu_test.utils import archive_extract 22 archive_extract(file_path, self.workdir)
|
H A D | test_m68k_mcf5208evb.py | 11 from qemu_test.utils import archive_extract 22 archive_extract(file_path, self.workdir)
|
H A D | test_sh4_r2d.py | 10 from qemu_test.utils import archive_extract 25 archive_extract(file_path, self.workdir)
|
H A D | test_arm_canona1100.py | 15 from qemu_test.utils import archive_extract 30 archive_extract(file_path, dest_dir=self.workdir,
|
H A D | test_ppc_mac.py | 8 from qemu_test.utils import archive_extract 24 archive_extract(file_path, self.workdir)
|
H A D | test_microblaze_s3adsp1800.py | 14 from qemu_test.utils import archive_extract 28 archive_extract(file_path, self.workdir)
|
H A D | test_ppc_virtex_ml507.py | 10 from qemu_test.utils import archive_extract 29 archive_extract(file_path, self.workdir)
|
H A D | test_ppc_mpc8544ds.py | 10 from qemu_test.utils import archive_extract 29 archive_extract(file_path, self.workdir, member='creek/creek.bin')
|
H A D | test_sparc64_sun4u.py | 17 from qemu_test.utils import archive_extract 33 archive_extract(file_path, self.workdir, kernel_name)
|
H A D | test_ppc_bamboo.py | 10 from qemu_test.utils import archive_extract 29 archive_extract(file_path, self.workdir)
|
H A D | test_sh4eb_r2d.py | 12 from qemu_test.utils import archive_extract 24 archive_extract(file_path, self.workdir)
|
H A D | test_microblazeel_s3adsp1800.py | 14 from qemu_test.utils import archive_extract 28 archive_extract(file_path, self.workdir)
|
H A D | test_arm_aspeed_ast2500.py | 10 from qemu_test.utils import archive_extract 50 archive_extract(image_path, self.workdir)
|
H A D | test_aarch64_aspeed.py | 15 from qemu_test.utils import archive_extract 39 archive_extract(image_path, self.workdir)
|
H A D | test_arm_aspeed_ast2600.py | 16 from qemu_test.utils import archive_extract 111 archive_extract(image_path, self.workdir)
|
H A D | test_arm_collie.py | 9 from qemu_test.utils import archive_extract
|
H A D | test_arm_sx1.py | 17 from qemu_test.utils import archive_extract
|
H A D | test_arm_bpim2u.py | 12 from qemu_test.utils import archive_extract, gzip_uncompress, lzma_uncompress
|
H A D | test_arm_orangepi.py | 14 from qemu_test.utils import archive_extract, gzip_uncompress, lzma_uncompress
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | linuxkernel.py | 10 from .utils import archive_extract 45 archive_extract(file_path, self.workdir)
|
H A D | utils.py | 39 def archive_extract(archive, dest_dir, member=None): function
|