Home
last modified time | relevance | path

Searched refs:kernel_asset (Results 1 – 16 of 16) sorted by relevance

/openbmc/qemu/tests/functional/
H A Dtest_ppc64_tuxrun.py21 def ppc64_common_tuxrun(self, kernel_asset, rootfs_asset, prefix): argument
81 self.common_tuxrun(kernel_asset, rootfs_asset=rootfs_asset,
92 self.ppc64_common_tuxrun(kernel_asset=self.ASSET_PPC64_KERNEL,
104 self.ppc64_common_tuxrun(kernel_asset=self.ASSET_PPC64LE_KERNEL,
H A Dtest_riscv64_tuxrun.py35 self.common_tuxrun(kernel_asset=self.ASSET_RISCV64_KERNEL,
41 self.common_tuxrun(kernel_asset=self.ASSET_RISCV64_KERNEL,
47 self.common_tuxrun(kernel_asset=self.ASSET_RISCV32_KERNEL,
H A Dtest_arm_tuxrun.py34 self.common_tuxrun(kernel_asset=self.ASSET_ARMV5_KERNEL,
51 self.common_tuxrun(kernel_asset=self.ASSET_ARMV7_KERNEL,
66 self.common_tuxrun(kernel_asset=self.ASSET_ARMV7BE_KERNEL,
H A Dtest_riscv32_tuxrun.py28 self.common_tuxrun(kernel_asset=self.ASSET_RISCV32_KERNEL,
34 self.common_tuxrun(kernel_asset=self.ASSET_RISCV32_KERNEL,
H A Dtest_aarch64_tuxrun.py31 self.common_tuxrun(kernel_asset=self.ASSET_ARM64_KERNEL,
46 self.common_tuxrun(kernel_asset=self.ASSET_ARM64BE_KERNEL,
H A Dtest_multiprocess.py39 def do_test(self, kernel_asset, initrd_asset, argument
51 kernel_path = kernel_asset.fetch()
H A Dtest_s390x_tuxrun.py28 self.common_tuxrun(kernel_asset=self.ASSET_S390X_KERNEL,
H A Dtest_sparc64_tuxrun.py29 self.common_tuxrun(kernel_asset=self.ASSET_SPARC64_KERNEL,
H A Dtest_mips64_tuxrun.py30 self.common_tuxrun(kernel_asset=self.ASSET_MIPS64_KERNEL,
H A Dtest_i386_tuxrun.py30 self.common_tuxrun(kernel_asset=self.ASSET_I386_KERNEL,
H A Dtest_mips64el_tuxrun.py30 self.common_tuxrun(kernel_asset=self.ASSET_MIPS64EL_KERNEL,
H A Dtest_ppc_tuxrun.py30 self.common_tuxrun(kernel_asset=self.ASSET_PPC32_KERNEL,
H A Dtest_mipsel_tuxrun.py31 self.common_tuxrun(kernel_asset=self.ASSET_MIPSEL_KERNEL,
H A Dtest_x86_64_tuxrun.py31 self.common_tuxrun(kernel_asset=self.ASSET_X86_64_KERNEL,
H A Dtest_mips_tuxrun.py31 self.common_tuxrun(kernel_asset=self.ASSET_MIPS_KERNEL,
/openbmc/qemu/tests/functional/qemu_test/
H A Dtuxruntest.py73 def fetch_tuxrun_assets(self, kernel_asset, rootfs_asset, dtb_asset=None): argument
77 kernel_image = kernel_asset.fetch()
142 kernel_asset, argument
153 (kernel, disk, dtb) = self.fetch_tuxrun_assets(kernel_asset, rootfs_asset,