test: eth: Add test for ethernet addresses
authorSean Anderson <sean.anderson@seco.com>
Thu, 5 May 2022 17:11:32 +0000 (13:11 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 8 Jun 2022 17:59:52 +0000 (13:59 -0400)
commitdf33fd28897b044166b7aae7e5dd5860c6f79af4
treeff199f57dc5bf28f8f32f00412a4274bbaefe9e2
parent469a968ac78dae8b3b324c9eafdfbf405cc1a076
test: eth: Add test for ethernet addresses

This adds a test to make sure that all the ethernet interfaces have
their addresses read properly. At the moment everything is read from the
environment, but the next few commits will add additional sources.

Signed-off-by: Sean Anderson <sean.anderson@seco.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/dm/eth.c