kvm-unit-tests: output test results in TAP13 format
This patch introduces TAP13 results format of kvm-unit-tests by
adding flag '-t|--tap13' to kvm-unit-tests run_tests.sh script,
it menas that the test results output in a TAP13 format.
The new script, parse-output.py, to handle the parsing of kvm-unit-tests
outputs. The script reads input from the standard input, processes each
line to determine the test results as the LAVA understand.
e.g.
<test-name> <pass|fail|skip>
Signed-off-by: Naresh Kamboju <naresh.kamboju@linaro.org>
2 files changed