Re: [OE-core] [oeqa][PATCH] lib/oeqa/runtime: add test for gzip

2014-01-20 Thread Burton, Ross
On 20 January 2014 05:24, wangting wrote: > Any issues about this case ? Everything I said in my reply on 9th January. I think it should be a ptest instead, and it doesn't actually check that gzip is working correctly. Ross ___ Openembedded-core maili

Re: [OE-core] [oeqa][PATCH] lib/oeqa/runtime: add test for gzip

2014-01-19 Thread wangting
Any issues about this case ? Thanks Ting ting.w...@windriver.com wrote: From: Ting Wang Function tests: 1)gzip compress file 2)compressed file integrity check 3)zcat compress file 4)gzip decompress file --- meta/classes/testimage.bbclass |4 ++-- meta/lib/oeqa/runtime/gzip.py | 32 +++

Re: [OE-core] [oeqa][PATCH] lib/oeqa/runtime: add test for gzip

2014-01-09 Thread Burton, Ross
On 9 January 2014 08:25, wrote: > Function tests: > 1)gzip compress file > 2)compressed file integrity check > 3)zcat compress file > 4)gzip decompress file Wouldn't this be better implemented as a ptest for gzip? The qemu image tests are more concerned with image-wide functionality that can't

[OE-core] [oeqa][PATCH] lib/oeqa/runtime: add test for gzip

2014-01-09 Thread ting.wang
From: Ting Wang Function tests: 1)gzip compress file 2)compressed file integrity check 3)zcat compress file 4)gzip decompress file --- meta/classes/testimage.bbclass |4 ++-- meta/lib/oeqa/runtime/gzip.py | 32 2 files changed, 34 insertions(+), 2 deletion