summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-08 21:08:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-09 16:32:34 +0100
commit61721169541821359b222aceedda11355a6137fd (patch)
treec8fafb955717a171214bdeafe3c89249d45b4cda /meta-yocto-bsp
parent270b49d951a59c07ce8ede11e50511ada5bee988 (diff)
downloadopenembedded-core-contrib-61721169541821359b222aceedda11355a6137fd.tar.gz
oeqa/systemd_boot: Drop OETestID
Matching changes in OE-Core. drop OETestID. (From meta-yocto rev: 58e50924e5fd0b3dae5ac3413c40f0f16a857b72) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp')
-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 @@
import os
from oeqa.selftest.case import OESelftestTestCase
-from oeqa.core.decorator.oeid import OETestID
from oeqa.core.decorator.depends import OETestDepends
from oeqa.utils.commands import runCmd, bitbake, get_bb_var, runqemu
class Systemdboot(OESelftestTestCase):
- @OETestID(1445)
- @OETestID(1528)
def test_efi_systemdboot_images_can_be_built(self):
"""
Summary: Check if systemd-boot images can be built correctly