summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py b/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py
index dfd739ae77..0a3a2cdc4b 100644
--- a/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py
+++ b/meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py
@@ -1,14 +1,11 @@
1import os 1import os
2 2
3from oeqa.selftest.case import OESelftestTestCase 3from oeqa.selftest.case import OESelftestTestCase
4from oeqa.core.decorator.oeid import OETestID
5from oeqa.core.decorator.depends import OETestDepends 4from oeqa.core.decorator.depends import OETestDepends
6from oeqa.utils.commands import runCmd, bitbake, get_bb_var, runqemu 5from oeqa.utils.commands import runCmd, bitbake, get_bb_var, runqemu
7 6
8class Systemdboot(OESelftestTestCase): 7class Systemdboot(OESelftestTestCase):
9 8
10 @OETestID(1445)
11 @OETestID(1528)
12 def test_efi_systemdboot_images_can_be_built(self): 9 def test_efi_systemdboot_images_can_be_built(self):
13 """ 10 """
14 Summary: Check if systemd-boot images can be built correctly 11 Summary: Check if systemd-boot images can be built correctly