Home
last modified time | relevance | path

Searched refs:deb_path (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/tests/functional/
H A Dtest_arm_orangepi.py53 deb_path = self.ASSET_DEB.fetch()
54 kernel_path = self.extract_from_deb(deb_path,
57 dtb_path = self.extract_from_deb(deb_path, dtb_path)
74 deb_path = self.ASSET_DEB.fetch()
75 kernel_path = self.extract_from_deb(deb_path,
78 dtb_path = self.extract_from_deb(deb_path, dtb_path)
110 deb_path = self.ASSET_DEB.fetch()
111 kernel_path = self.extract_from_deb(deb_path,
114 dtb_path = self.extract_from_deb(deb_path, dtb_path)
192 deb_path = self.ASSET_UBOOT.fetch()
[all …]
H A Dtest_aarch64_raspi4.py35 deb_path = self.ASSET_KERNEL_20190215.fetch()
36 kernel_path = self.extract_from_deb(deb_path, '/boot/kernel8.img')
37 dtb_path = self.extract_from_deb(deb_path, '/boot/bcm2711-rpi-4-b.dtb')
63 deb_path = self.ASSET_KERNEL_20190215.fetch()
64 kernel_path = self.extract_from_deb(deb_path, '/boot/kernel8.img')
65 dtb_path = self.extract_from_deb(deb_path, '/boot/bcm2711-rpi-4-b.dtb')
H A Dtest_arm_bpim2u.py41 deb_path = self.ASSET_DEB.fetch()
42 kernel_path = self.extract_from_deb(deb_path,
46 dtb_path = self.extract_from_deb(deb_path, dtb_path)
63 deb_path = self.ASSET_DEB.fetch()
64 kernel_path = self.extract_from_deb(deb_path,
68 dtb_path = self.extract_from_deb(deb_path, dtb_path)
101 deb_path = self.ASSET_DEB.fetch()
102 kernel_path = self.extract_from_deb(deb_path,
106 dtb_path = self.extract_from_deb(deb_path, dtb_path)
H A Dtest_arm_raspi2.py40 deb_path = self.ASSET_KERNEL_20190215.fetch()
41 kernel_path = self.extract_from_deb(deb_path, '/boot/kernel7.img')
42 dtb_path = self.extract_from_deb(deb_path, '/boot/bcm2709-rpi-2-b.dtb')
64 deb_path = self.ASSET_KERNEL_20190215.fetch()
65 kernel_path = self.extract_from_deb(deb_path, '/boot/kernel7.img')
66 dtb_path = self.extract_from_deb(deb_path, '/boot/bcm2709-rpi-2-b.dtb')
H A Dtest_mips_malta.py25 deb_path = self.ASSET_KERNEL_2_63_2.fetch()
26 kernel_path = self.extract_from_deb(deb_path,
51 deb_path = self.ASSET_KERNEL_4_5_0.fetch()
52 kernel_path = self.extract_from_deb(deb_path,
H A Dtest_arm_aspeed_rainier.py46 deb_path = self.ASSET_DEBIAN_LINUX_ARMHF_DEB.fetch()
48 kernel_path = self.extract_from_deb(deb_path, '/boot/vmlinuz-5.17.0-2-armmp')
49 dtb_path = self.extract_from_deb(deb_path,
H A Dtest_m68k_q800.py21 deb_path = self.ASSET_KERNEL.fetch()
22 kernel_path = self.extract_from_deb(deb_path,
H A Dtest_mips64el_fuloong2e.py29 deb_path = self.ASSET_KERNEL.fetch()
30 kernel_path = self.extract_from_deb(deb_path,
H A Dtest_mips64el_malta.py54 deb_path = self.ASSET_KERNEL_2_63_2.fetch()
55 kernel_path = self.extract_from_deb(deb_path,
/openbmc/qemu/tests/avocado/
H A Dreplay_kernel.py157 deb_path = self.fetch_asset(deb_url, asset_hash=deb_hash)
158 kernel_path = self.extract_from_deb(deb_path,
185 deb_path = self.fetch_asset(deb_url, asset_hash=deb_hash)
186 kernel_path = self.extract_from_deb(deb_path,
235 deb_path = self.fetch_asset(deb_url, asset_hash=deb_hash)
236 kernel_path = self.extract_from_deb(deb_path,
239 dtb_path = self.extract_from_deb(deb_path, dtb_path)
332 deb_path = self.fetch_asset(deb_url, asset_hash=deb_hash)
333 kernel_path = self.extract_from_deb(deb_path,
477 deb_path = self.fetch_asset(deb_url, asset_hash=deb_hash)
[all …]
H A Dboot_linux_console.py216 deb_path = self.fetch_asset(deb_url, asset_hash=deb_hash)
217 kernel_path = self.extract_from_deb(deb_path,
220 dtb_path = self.extract_from_deb(deb_path, dtb_path)
256 deb_path = self.fetch_asset(deb_url, asset_hash=deb_hash)
257 kernel_path = self.extract_from_deb(deb_path,
260 dtb_path = self.extract_from_deb(deb_path, dtb_path)
300 deb_path = self.fetch_asset(deb_url, asset_hash=deb_hash)
301 kernel_path = self.extract_from_deb(deb_path,
304 dtb_path = self.extract_from_deb(deb_path, dtb_path)
/openbmc/qemu/tests/functional/qemu_test/
H A Dlinuxkernel.py32 def extract_from_deb(self, deb_path, path): argument
42 (stdout, stderr, ret) = run_cmd(['ar', 't', deb_path])
44 run_cmd(['ar', 'x', deb_path, file_path])