commit | df33fd28897b044166b7aae7e5dd5860c6f79af4 | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Thu May 05 13:11:32 2022 -0400 |
committer | Tom Rini <trini@konsulko.com> | Wed Jun 08 13:59:52 2022 -0400 |
tree | ff199f57dc5bf28f8f32f00412a4274bbaefe9e2 | |
parent | 469a968ac78dae8b3b324c9eafdfbf405cc1a076 [diff] |
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>