jjb: system-tests: print all tests results
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 16 Jan 2020 02:02:49 +0000 (21:02 -0500)
committerJonathan Rajotte Julien <jonathan.rajotte-julien@efficios.com>
Thu, 16 Jan 2020 23:05:20 +0000 (18:05 -0500)
commitd132001f4a72a4e86f86d009dda4ab3da4c8dd4b
treefd8100ac4ca0ca7387049bac7d5e93c0365c6b55
parent9e5757c625d6f13e7d9e55ad62f1c39bdc1a5ed9
jjb: system-tests: print all tests results

In the vm_tests_* lava jobs, there are currently 2 sub-tests that we
care about: "1_kernel-tests" and "2_destructive-tests".

At the moment, we print from the first '<LAVA_SIGNAL_STARTTC run-tests>'
to the first '<LAVA_SIGNAL_ENDTC run-tests>' we encounter.

This is wrong because there are 2 sub-tests, we are currently only print
the result of the first one.

To fix this,  don't break from the loop and keep on reading the file in
case there are other test results.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
scripts/system-tests/lava2-submit.py
This page took 0.023194 seconds and 4 git commands to generate.