]> code.ossystems Code Review - openembedded-core.git/commit
lib/oeqa/runtime: add test for python
authorTing Wang <ting.wang@windriver.com>
Fri, 3 Jan 2014 05:36:51 +0000 (13:36 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Jan 2014 11:12:32 +0000 (11:12 +0000)
commit4465c9368b0c37a3a2c41b68f65de08690a8179b
treec1d4c65d8be53350dec247a52169f6e9500d8d81
parent4bac11ffe389f10ca53b339a31eac167224dbc06
lib/oeqa/runtime: add test for python

Run a python script on the target
1)checks the output.
2)Call os.system method create a testfile

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/testimage.bbclass
meta/lib/oeqa/runtime/files/test.py [new file with mode: 0644]
meta/lib/oeqa/runtime/python.py [new file with mode: 0644]