]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oeqa: Fix files handling on runtime tests.
authorAníbal Limón <anibal.limon@linux.intel.com>
Mon, 5 Dec 2016 23:04:42 +0000 (17:04 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jan 2017 12:05:19 +0000 (12:05 +0000)
commitba1aec3407e38f4dc4141e4d6300b3d538dc9dd3
tree43114a5dafed2bc67ca451ff31432f5b98065780
parente5f05409d073f089f4e1a78197e5c6cae6e04809
oeqa: Fix files handling on runtime tests.

Common files was move to oeqa/files from oeqa/runtime/files
because the same files are used across Runtime,SDK,eSDK tests.

(From OE-Core rev: f099302efe8f222c3e4ae3604429f5ede4fd8c67)

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/testexport.bbclass
meta/lib/oeqa/oetest.py
meta/lib/oeqa/runtime/gcc.py
meta/lib/oeqa/runtime/perl.py
meta/lib/oeqa/runtime/python.py