diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-08 21:08:40 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-20 14:38:49 +0100 |
| commit | f2b442c5c8e3925a4d3fc9693f1e47863dade2a9 (patch) | |
| tree | 515079d671511f6d62eff98e61461f6c85ae8bae | |
| parent | 07d23df80de4fda58f4121c1333366894f8ef2b5 (diff) | |
| download | poky-f2b442c5c8e3925a4d3fc9693f1e47863dade2a9.tar.gz | |
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>
| -rw-r--r-- | meta-yocto-bsp/lib/oeqa/selftest/cases/systemd_boot.py | 3 |
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 @@ | |||
| 1 | import os | 1 | import os |
| 2 | 2 | ||
| 3 | from oeqa.selftest.case import OESelftestTestCase | 3 | from oeqa.selftest.case import OESelftestTestCase |
| 4 | from oeqa.core.decorator.oeid import OETestID | ||
| 5 | from oeqa.core.decorator.depends import OETestDepends | 4 | from oeqa.core.decorator.depends import OETestDepends |
| 6 | from oeqa.utils.commands import runCmd, bitbake, get_bb_var, runqemu | 5 | from oeqa.utils.commands import runCmd, bitbake, get_bb_var, runqemu |
| 7 | 6 | ||
| 8 | class Systemdboot(OESelftestTestCase): | 7 | class 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 |
