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 daniel.alexandrux.istr...@intel.com ---

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 qi.c...@windriver.com 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

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 daniel.alexandrux.istr...@intel.com wrote: +@testcase(963) +def test_connmand_file(self): + +Summary: test connmand file +Expected:connman-applet should be ELF32 binary +Product: BSPs +

[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 daniel.alexandrux.istr...@intel.com --- meta/lib/oeqa/runtime/bash.py| 23