]> code.ossystems Code Review - openembedded-core.git/commit
oe-selftest: drop test_prepare_unexpected
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 7 Jul 2016 21:17:32 +0000 (09:17 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Jul 2016 09:29:40 +0000 (10:29 +0100)
commit7e792a22e62904ed2dafb1ea214911235e3f3efc
tree2381859401a059ef7ebe42f77677b4666f4149b3
parent90dbd838fa97c89ace5cb147aa5cff39b94178b1
oe-selftest: drop test_prepare_unexpected

This test refers to a function that no longer exists after the eSDK
install double execution of bitbake has been removed, and since
test_prepare_unexpected is the only test in this module, drop the
entire module. We can easily resurrect it if we have unit tests to add
in the future.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/selftest/esdk_prepare.py [deleted file]