Searched refs:common_tuxrun (Results 1 – 15 of 15) sorted by relevance
/openbmc/qemu/tests/functional/ |
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_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_mips64el_tuxrun.py | 30 self.common_tuxrun(kernel_asset=self.ASSET_MIPS64EL_KERNEL,
|
H A D | test_mips64_tuxrun.py | 30 self.common_tuxrun(kernel_asset=self.ASSET_MIPS64_KERNEL,
|
H A D | test_ppc_tuxrun.py | 30 self.common_tuxrun(kernel_asset=self.ASSET_PPC32_KERNEL,
|
H A D | test_i386_tuxrun.py | 30 self.common_tuxrun(kernel_asset=self.ASSET_I386_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,
|
H A D | test_ppc64_tuxrun.py | 81 self.common_tuxrun(kernel_asset, rootfs_asset=rootfs_asset,
|
/openbmc/qemu/tests/functional/qemu_test/ |
H A D | tuxruntest.py | 141 def common_tuxrun(self, member in TuxRunBaselineTest
|