]> code.ossystems Code Review - openembedded-core.git/commit
selftest/testexport.py: Add test test_testexport_basic
authorMariano Lopez <mariano.lopez@linux.intel.com>
Mon, 6 Jun 2016 10:28:04 +0000 (10:28 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 6 Jun 2016 21:48:17 +0000 (22:48 +0100)
commitb6e0a762f8a17ee323cef02934f9a624faf706ed
tree4122cbe748eb9031dfbcdcce6b55a8dba903dda5
parenta91a603676b088abcb648cc558c33da6292b9be6
selftest/testexport.py: Add test test_testexport_basic

Exported tests is not been tested right now and it get
broken very easily with import errors from bitbake.

This adds a new test in order to verify in the CI if
the testexport gets broken.

[YOCTO #8384]

Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/testexport.py [new file with mode: 0644]