]> code.ossystems Code Review - openembedded-core.git/commit
oeqa/selftest: verify that devtool can use plugins in other layers
authorRoss Burton <ross.burton@intel.com>
Mon, 12 Oct 2015 11:55:04 +0000 (12:55 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 Oct 2015 21:55:01 +0000 (22:55 +0100)
commit69f5bbc1041e15691af0b4845e2136957a4846a1
tree66d7944eb50704fa779f53337017e67f61572003
parent9a2292a995de9f93e742bda6c465daa854279fed
oeqa/selftest: verify that devtool can use plugins in other layers

In selftest we want to exercise devtool's ability to use plugins from other
layers, so add a basic command to reverse a string to meta-selftest and a test
in oe-selftest to call it.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta-selftest/lib/devtool/__init__.py [new file with mode: 0644]
meta-selftest/lib/devtool/test.py [new file with mode: 0644]
meta/lib/oeqa/selftest/devtool.py