tests: Split test results into running and verification
authorAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 20 Jun 2016 13:50:34 +0000 (14:50 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Mon, 20 Jun 2016 13:50:34 +0000 (14:50 +0100)
commit96b74fd31bc83836feb1006f25673b91729a1f13
tree0cf79dc4e2b914d1eebe4a8275a637d4eb01de5f
parentddfc4c459358956cb02790626478835572839c2e
tests: Split test results into running and verification

The test base class already assumes that test cases consists of a run
stage and a verification stage. Reflect this in the results class to
make it possible to detect cases where a run was successful, but
didn't verify.

Change-Id: I31ef393e496671221c5408aca41649cd8dda74ca
Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
Reviewed-by: Curtis Dunham <curtis.dunham@arm.com>
tests/SConscript
tests/testing/results.py
tests/testing/tests.py