From e737745a3f2a9f0aea7d2e0ac03d496143fcc7be Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Wed, 5 Jun 2019 14:22:33 +0200 Subject: oeqa: runtime: java: Drop OETestID Since "warrior" the OETestIDs are not longer supported in OE-Core, therefore remove them. Removed in OE-Core rev: 551153b0bd1ebbc05582f6014e3d88b9ce4a46d0 Signed-off-by: Richard Leitner --- lib/oeqa/runtime/cases/java.py | 1 - lib/oeqa/runtime/cases/javac.py | 1 - 2 files changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/oeqa/runtime/cases/java.py b/lib/oeqa/runtime/cases/java.py index 142a49c..c1e1498 100644 --- a/lib/oeqa/runtime/cases/java.py +++ b/lib/oeqa/runtime/cases/java.py @@ -2,7 +2,6 @@ import os from oeqa.runtime.case import OERuntimeTestCase from oeqa.core.decorator.depends import OETestDepends -from oeqa.core.decorator.oeid import OETestID from oeqa.core.decorator.data import skipIfDataVar, skipIfInDataVar from oeqa.runtime.decorator.package import OEHasPackage diff --git a/lib/oeqa/runtime/cases/javac.py b/lib/oeqa/runtime/cases/javac.py index ad6de25..39ae298 100644 --- a/lib/oeqa/runtime/cases/javac.py +++ b/lib/oeqa/runtime/cases/javac.py @@ -2,7 +2,6 @@ import os from oeqa.runtime.case import OERuntimeTestCase from oeqa.core.decorator.depends import OETestDepends -from oeqa.core.decorator.oeid import OETestID from oeqa.runtime.decorator.package import OEHasPackage class JavacTest(OERuntimeTestCase): -- cgit v1.2.3-54-g00ecf