]> git.baikalelectronics.ru Git - uboot.git/commit
test: Allow hush tests to run in parallel
authorSimon Glass <sjg@chromium.org>
Sun, 19 Sep 2021 21:14:49 +0000 (15:14 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 5 Oct 2021 12:50:15 +0000 (08:50 -0400)
commit0205afd35bce1156199c6bd09181e0c7bab161aa
tree43918102e78b3ed6df976014e9add0132743424a
parentbe8b1b88e58cc8970661e1caede655629d40280e
test: Allow hush tests to run in parallel

The -z tests don't really need to be part of the main set. Separate them
out so we can drop the test setup/cleans functions and thus run all tests
in parallel.

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