]> code.ossystems Code Review - openembedded-core.git/commit
selftest/seltest.py: Add test to check imports from other layers
authorJose Perez Carranza <jose.perez.carranza@linux.intel.com>
Thu, 22 Jun 2017 16:16:32 +0000 (09:16 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Jun 2017 19:54:53 +0000 (20:54 +0100)
commit4fe4c408246b9a4a563106d097876e6caefca694
tree5a3eed82ad36b61f7f18a3015734a49a7d658549
parent2f0b593eacf889486a75c715b823a8337bc3b109
selftest/seltest.py: Add test to check imports from other layers

This tests adds a check of selftest itself to verify if can
add test from other layers.

[YOCTO #9770]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Jose Perez Carranza <jose.perez.carranza@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta-selftest/lib/oeqa/selftest/cases/external-layer.py [new file with mode: 0644]
meta/lib/oeqa/selftest/cases/selftest.py [new file with mode: 0644]