diff options
Diffstat (limited to 'meta/lib/oeqa/selftest/cases/selftest.py')
| -rw-r--r-- | meta/lib/oeqa/selftest/cases/selftest.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oeqa/selftest/cases/selftest.py b/meta/lib/oeqa/selftest/cases/selftest.py index 4b3cb14463..7d3a8ce5f6 100644 --- a/meta/lib/oeqa/selftest/cases/selftest.py +++ b/meta/lib/oeqa/selftest/cases/selftest.py | |||
| @@ -2,11 +2,9 @@ import importlib | |||
| 2 | from oeqa.utils.commands import runCmd | 2 | from oeqa.utils.commands import runCmd |
| 3 | import oeqa.selftest | 3 | import oeqa.selftest |
| 4 | from oeqa.selftest.case import OESelftestTestCase | 4 | from oeqa.selftest.case import OESelftestTestCase |
| 5 | from oeqa.core.decorator.oeid import OETestID | ||
| 6 | 5 | ||
| 7 | class ExternalLayer(OESelftestTestCase): | 6 | class ExternalLayer(OESelftestTestCase): |
| 8 | 7 | ||
| 9 | @OETestID(1885) | ||
| 10 | def test_list_imported(self): | 8 | def test_list_imported(self): |
| 11 | """ | 9 | """ |
| 12 | Summary: Checks functionality to import tests from other layers. | 10 | Summary: Checks functionality to import tests from other layers. |
