commit | 86bf4ef9c7ddbb22d08a6ed473d09a17b358f98b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Feb 09 09:07:19 2025 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Mar 15 11:47:05 2025 +0000 |
tree | 14ea0ca0ef443959df1ac5afa7b5114e6910bf77 | |
parent | 202024799713b38c8c001d6f5234cd80932e0663 [diff] |
test: Make net tests depend on CONFIG_CMD_NET This fails on samus_tpl as there is no 'net' command. => net list Unknown command 'net' - try 'help' ! Fix it by adding a condition for the test. Add a blank line to keep pylint happy. Signed-off-by: Simon Glass <sjg@chromium.org>