sandbox: Allow ethernet bootdevs to be disabled for tests
authorSimon Glass <sjg@chromium.org>
Tue, 17 Jan 2023 17:47:28 +0000 (10:47 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 23 Jan 2023 23:11:39 +0000 (18:11 -0500)
commit70dd88657b45e5439bf762507f2e1c44c2dee289
tree5328a26970a170591162b9b316409e6820069201
parentf43b2df3e068cc7be1aa5656c0c3223e270bba63
sandbox: Allow ethernet bootdevs to be disabled for tests

Most tests don't want these and can create a lot of noise. Add a way to
disable them. Use that in tests, with a flag provided to enable them for
tests that need this feature.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/net.h
include/test/test.h
net/eth-uclass.c
test/test-main.c