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)
commitea3164eeb040bdff65323f8717f5dc2296f548a4
tree43918102e78b3ed6df976014e9add0132743424a
parentcfb83f36666154d6eba51c03a5080a91be26f664
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