Searched refs:kernel_asset (Results 1 – 16 of 16) sorted by relevance
/openbmc/qemu/tests/functional/ |
H A D | test_ppc64_tuxrun.py | 21 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 D | test_riscv64_tuxrun.py | 35 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 D | test_arm_tuxrun.py | 34 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 D | test_riscv32_tuxrun.py | 28 self.common_tuxrun(kernel_asset=self.ASSET_RISCV32_KERNEL, 34 self.common_tuxrun(kernel_asset=self.ASSET_RISCV32_KERNEL,
|
H A D | test_aarch64_tuxrun.py | 31 self.common_tuxrun(kernel_asset=self.ASSET_ARM64_KERNEL, 46 self.common_tuxrun(kernel_asset=self.ASSET_ARM64BE_KERNEL,
|
H A D | test_multiprocess.py | 39 def do_test(self, kernel_asset, initrd_asset, argument 51 kernel_path = kernel_asset.fetch()
|
H A D | test_s390x_tuxrun.py | 28 self.common_tuxrun(kernel_asset=self.ASSET_S390X_KERNEL,
|
H A D | test_sparc64_tuxrun.py | 29 self.common_tuxrun(kernel_asset=self.ASSET_SPARC64_KERNEL,
|
H A D | test_mips64_tuxrun.py | 30 self.common_tuxrun(kernel_asset=self.ASSET_MIPS64_KERNEL,
|
H A D | test_i386_tuxrun.py | 30 self.common_tuxrun(kernel_asset=self.ASSET_I386_KERNEL,
|
H A D | test_mips64el_tuxrun.py | 30 self.common_tuxrun(kernel_asset=self.ASSET_MIPS64EL_KERNEL,
|
H A D | test_ppc_tuxrun.py | 30 self.common_tuxrun(kernel_asset=self.ASSET_PPC32_KERNEL,
|
H A D | test_mipsel_tuxrun.py | 31 self.common_tuxrun(kernel_asset=self.ASSET_MIPSEL_KERNEL,
|
H A D | test_x86_64_tuxrun.py | 31 self.common_tuxrun(kernel_asset=self.ASSET_X86_64_KERNEL,
|
H A D | test_mips_tuxrun.py | 31 self.common_tuxrun(kernel_asset=self.ASSET_MIPS_KERNEL,
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | tuxruntest.py | 73 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,
|