Re: [OE-core] [PATCH 04/20] OEQA: update ltp runtimes to use new structure

2019-11-13 Thread akuster808
On 11/13/19 5:53 PM, Mittal, Anuj wrote: > Hi Armin > > On Mon, 2019-11-11 at 20:33 -0800, Armin Kuster wrote: >> # LTP runtime tests >> @OETestDepends(['ssh.SSHTest.test_ssh']) >> @OEHasPackage(["ltp"]) >> @@ -111,8 +34,10 @@ class LtpTest(LtpTestBase): >> @OETestDepends(['l

Re: [OE-core] [PATCH 04/20] OEQA: update ltp runtimes to use new structure

2019-11-13 Thread Mittal, Anuj
Hi Armin On Mon, 2019-11-11 at 20:33 -0800, Armin Kuster wrote: > # LTP runtime tests > @OETestDepends(['ssh.SSHTest.test_ssh']) > @OEHasPackage(["ltp"]) > @@ -111,8 +34,10 @@ class LtpTest(LtpTestBase): > @OETestDepends(['ltp.LtpTest.test_ltp_help']) > def test_ltp_groups

[OE-core] [PATCH 04/20] OEQA: update ltp runtimes to use new structure

2019-11-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/lib/oeqa/runtime/cases/ltp.py| 85 ++- meta/lib/oeqa/runtime/cases/ltp_compliance.py | 73 +-- 2 files changed, 7 insertions(+), 151 deletions(-) diff --git a/meta/lib/oeqa/runtime/cases/ltp.py b/meta/l