[oe] [PATCH] Remove OETestID from runtime tests

Richard Leitner richard.leitner at skidata.com
Thu Jul 4 06:14:15 UTC 2019


Hi Alistair,
thanks for the patch, nonetheless I've added the same change already to 
master-next some days ago in e737745a3f2a9f0aea7d2e0ac03d496143fcc7be:

	https://git.yoctoproject.org/cgit/cgit.cgi/meta-java/commit/?h=master-next&id=e737745a3f2a9f0aea7d2e0ac03d496143fcc7be

regards;Richard.L

On 03/07/2019 01:14, Alistair Francis wrote:
> commit 8e2d0575e4e "oeqa: Drop OETestID" in OE-Core remove OETestID
> so we now get an error trying to import it. As it was unused in
> meta-jave let's remove it.
> 
> Signed-off-by: Alistair Francis <alistair.francis at wdc.com>
> ---
>   lib/oeqa/runtime/cases/java.py  | 1 -
>   lib/oeqa/runtime/cases/javac.py | 1 -
>   2 files changed, 2 deletions(-)
> 
> 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):
> 


More information about the Openembedded-devel mailing list