summaryrefslogtreecommitdiff
path: root/meta/lib/oeqa/runtime/cases/buildiptables.py
AgeCommit message (Collapse)AuthorFiles
2017-02-05oeqa/runtime: Improve failure log outputRichard Purdie1
Printing a message which says "configure failed" without the log output is effectively useless. If a command fails, print the output by default and simplify the calling code which makes debugging any of these failures much easier. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-01-23oeqa/runtime/cases: Migrate runtime tests.Mariano Lopez1
This migrates current runtime test suite to be used with the new framework. [YOCTO #10234] Signed-off-by: Mariano Lopez <mariano.lopez@linux.intel.com>