From: Richard Purdie Date: Wed, 8 May 2019 20:08:40 +0000 (+0100) Subject: oeqa/systemd_boot: Drop OETestID X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61721169541821359b222aceedda11355a6137fd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git oeqa/systemd_boot: Drop OETestID Matching changes in OE-Core. drop OETestID. (From meta-yocto rev: 58e50924e5fd0b3dae5ac3413c40f0f16a857b72) Signed-off-by: Richard Purdie --- 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 dfd739ae77f..0a3a2cdc4bc 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