[OE-core] [oeqa][PATCH] lib/oeqa/runtime: add test for gzip
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
[OE-core] [oeqa][PATCH] lib/oeqa/runtime: add test for python
From: Ting Wang Run a python script on the target 1)checks the output. 2)Call os.system method create a testfile --- meta/classes/testimage.bbclass |4 ++-- meta/lib/oeqa/runtime/files/test.py |6 ++ meta/lib/oeqa/runtime/python.py | 33 + 3