|
@@ -156,6 +156,10 @@ class TestGrubAArch64EFI(infra.basetest.BRTest):
|
|
""".format(post_image=infra.filepath("tests/boot/test_grub/post-image-aarch64-efi.sh"),
|
|
""".format(post_image=infra.filepath("tests/boot/test_grub/post-image-aarch64-efi.sh"),
|
|
linux_fragment=infra.filepath("tests/boot/test_grub/linux-aarch64-efi.config"))
|
|
linux_fragment=infra.filepath("tests/boot/test_grub/linux-aarch64-efi.config"))
|
|
|
|
|
|
|
|
+ def setUp(self):
|
|
|
|
+ self.skipTest("Incompatible QEmu 5.2.0 (Docker image) / "
|
|
|
|
+ "EDK2 (stable202405) versions.")
|
|
|
|
+
|
|
def test_run(self):
|
|
def test_run(self):
|
|
hda = os.path.join(self.builddir, "images", "disk.img")
|
|
hda = os.path.join(self.builddir, "images", "disk.img")
|
|
bios = os.path.join(self.builddir, "images", "QEMU_EFI.fd")
|
|
bios = os.path.join(self.builddir, "images", "QEMU_EFI.fd")
|