test/py: print summary in test order
authorStephen Warren <swarren@nvidia.com>
Wed, 10 Feb 2016 20:47:37 +0000 (13:47 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 15 Feb 2016 20:58:28 +0000 (20:58 +0000)
commit1326022c2edf4210f5726fb6a46ebbbb2926230f
treeb833313c928807062e4f4418bf45e4b4bf69adc6
parent1235c791827ce6040d4e0103cb6d84a150a84d3c
test/py: print summary in test order

Use lists rather than sets to record the status of tests. This causes
the test summary in the HTML file to be generated in the same order as
the tests are (or would have been) run. This makes it easier to locate
the first failed test. The log for this test might have interesting
first clues re: interaction with the environment (e.g. hardware flashing,
serial console, ...) and may help tracking down external issues.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Simon Glass <sjg@chromium.org>
test/py/conftest.py