test: Fix test_pinmux to run in parallel
authorSimon Glass <sjg@chromium.org>
Sat, 6 Aug 2022 23:51:45 +0000 (17:51 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 12 Sep 2022 22:06:36 +0000 (18:06 -0400)
commit2aa11884678654a1bffc20c8ec11fa0fae163bb2
tree63fa9202f1c0b59bcba5d3ea4d1b9ed46a6c2738
parent98b3a998b31a83d8167f888b11ddd5cce8194f35
test: Fix test_pinmux to run in parallel

At present test_pinmux_status() assumes that test_pinmux_dev() has run
beforehand. Drop this assumption so we can run the tests in parallel.

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