Re: [OE-core] [PATCH] oeqa/runtime: Added 4 new runtime test cases

2015-07-15 Thread Burton, Ross
On 15 July 2015 at 08:43, ChenQi wrote: > > https://autobuilder.yoctoproject.org/main/builders/nightly-arm64/builds/50/steps/Running%20Sanity%20Tests/logs/stdio > > Please look at the above failure. > Literally no idea why I ended up merging this into mut, because I knew it would fail. I've jus

Re: [OE-core] [PATCH] oeqa/runtime: Added 4 new runtime test cases

2015-07-15 Thread ChenQi
On 07/08/2015 11:17 PM, Daniel Istrate wrote: bash:(240) check bash in image connman: (223) Only one connmand in background (963) test connmand file rpm: (195) Check rpm install/removal log file size Signed-off-by: Daniel Istrate --- meta/lib/oeqa/runtime/bash.py| 23 +++

Re: [OE-core] [PATCH] oeqa/runtime: Added 4 new runtime test cases

2015-07-10 Thread Burton, Ross
On 8 July 2015 at 16:17, Daniel Istrate wrote: > +@testcase(963) > +def test_connmand_file(self): > +""" > +Summary: test connmand file > +Expected:connman-applet should be ELF32 binary > +Product: BSPs > +Author: Lucian Musat > +

[OE-core] [PATCH] oeqa/runtime: Added 4 new runtime test cases

2015-07-08 Thread Daniel Istrate
bash:(240) check bash in image connman: (223) Only one connmand in background (963) test connmand file rpm: (195) Check rpm install/removal log file size Signed-off-by: Daniel Istrate --- meta/lib/oeqa/runtime/bash.py| 23 +++ meta/lib/oeqa/runtime/connma