test: Allow vboot tests to run in parallel
authorSimon Glass <sjg@chromium.org>
Sun, 19 Sep 2021 21:14:48 +0000 (15:14 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 5 Oct 2021 12:50:15 +0000 (08:50 -0400)
commitcfb83f36666154d6eba51c03a5080a91be26f664
tree3b70768d7188a0a2350778a6806a5a0c0a1018c8
parent01e1e2a966e282524f01ab14a5ceac793973cf28
test: Allow vboot tests to run in parallel

Update the tests to use separate working directories, so we can run them
in parallel. It also makes it possible to see the individual output files
after the tests have completed.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/py/tests/test_vboot.py