]> code.ossystems Code Review - openembedded-core.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:03:55 +0000 (12:03 +0000)
commitf099302efe8f222c3e4ae3604429f5ede4fd8c67
tree9386bb02b74d3e50a7598147c172c65a2cf888bf
parente275f29de500a338a02402ecc570405309963b35
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.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
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