mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
oeqa/systemd_boot: Drop OETestID
Matching changes in OE-Core. drop OETestID. (From meta-yocto rev: 783d6663bb1449b4db1ec23975782a311bd83e77) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,14 +1,11 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
from oeqa.selftest.case import OESelftestTestCase
|
from oeqa.selftest.case import OESelftestTestCase
|
||||||
from oeqa.core.decorator.oeid import OETestID
|
|
||||||
from oeqa.core.decorator.depends import OETestDepends
|
from oeqa.core.decorator.depends import OETestDepends
|
||||||
from oeqa.utils.commands import runCmd, bitbake, get_bb_var, runqemu
|
from oeqa.utils.commands import runCmd, bitbake, get_bb_var, runqemu
|
||||||
|
|
||||||
class Systemdboot(OESelftestTestCase):
|
class Systemdboot(OESelftestTestCase):
|
||||||
|
|
||||||
@OETestID(1445)
|
|
||||||
@OETestID(1528)
|
|
||||||
def test_efi_systemdboot_images_can_be_built(self):
|
def test_efi_systemdboot_images_can_be_built(self):
|
||||||
"""
|
"""
|
||||||
Summary: Check if systemd-boot images can be built correctly
|
Summary: Check if systemd-boot images can be built correctly
|
||||||
|
|||||||
Reference in New Issue
Block a user