Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2016-05-21 | meta/selftest/scripts: Use print function for python3 compatibility | Richard Purdie | 1 | |
Used print function instead of print statement to make the code work in python 3. [Changes from both Ed and Richard] Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> | ||||
2015-10-21 | oeqa/selftest: verify that devtool can use plugins in other layers | Ross Burton | 2 | |
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> |