]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
oe-selftest: export test results via xmlrunner
authorBenjamin Esquivel <benjamin.esquivel@linux.intel.com>
Thu, 21 Jul 2016 12:02:05 +0000 (12:02 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 28 Jul 2016 20:30:16 +0000 (21:30 +0100)
commitd51f9dd34d759c77b9e7050405cbb6a88a578f73
tree8aed1a2ae3ec26249be033a07a8ed80fe75b2376
parentd8d01f462ddbb79cff23b544fcd0ce251f05f8ce
oe-selftest: export test results via xmlrunner

if available, use the xmlrunner for exporting the test results to a
dir named the same than the log where the text results are stored.
this means creating a dir with the name of the log (without the .log)
and dumping there the xml files that indicate the results of each of
the tests.

if xmlrunner is not available then it will behave the same as before,
no xml exports.

[YOCTO#9682]

Signed-off-by: Benjamin Esquivel <benjamin.esquivel@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/oe-selftest