Re: [OE-core] [PATCH 14/20] OEQA: move manual bash test to runtime

2019-11-12 Thread akuster808
On 11/12/19 5:33 PM, Mittal, Anuj wrote: > On Mon, 2019-11-11 at 20:33 -0800, Armin Kuster wrote: >> + >> +class Bsp(OESelftestTestCase): >> +def test_bash_installed(self): >> +""" >> +Summary:The purpose of this test case is to verify >> that bash >> +

Re: [OE-core] [PATCH 14/20] OEQA: move manual bash test to runtime

2019-11-12 Thread Mittal, Anuj
On Mon, 2019-11-11 at 20:33 -0800, Armin Kuster wrote: > + > +class Bsp(OESelftestTestCase): > +def test_bash_installed(self): > +""" > +Summary:The purpose of this test case is to verify > that bash > +in exists in the image. Test came from > ma

[OE-core] [PATCH 14/20] OEQA: move manual bash test to runtime

2019-11-11 Thread Armin Kuster
Signed-off-by: Armin Kuster --- meta/lib/oeqa/selftest/cases/runtime_test.py | 17 + 1 file changed, 17 insertions(+) diff --git a/meta/lib/oeqa/selftest/cases/runtime_test.py b/meta/lib/oeqa/selftest/cases/runtime_test.py index 7d3922c..28804ea 100644 --- a/meta/lib/oeqa/selfte