commit | f96b109eef83f76d7642e69d295fc348a418e3f0 | [log] [tgz] |
---|---|---|
author | Viacheslav Mitrofanov <v.v.mitrofanov@yadro.com> | Fri Dec 02 12:18:09 2022 +0300 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 05 12:47:17 2022 -0500 |
tree | 82bcf9a14fc177060f4cb81981ffc3a0bbc66c1e | |
parent | e03c8aabc7eae2b0fd8b9403750ec748ae8a8c6a [diff] |
test: dm: eth: Add string_to_ip6 test Add a test to check convertation from char* to struct in6_addr. Use in sandbox Series-changes: 3 - Fixed tests to use length param in string_to_ip6() Series-changes: 5 - Add test under #ifdef Signed-off-by: Viacheslav Mitrofanov <v.v.mitrofanov@yadro.com> Reviewed-by: Ramon Fried <rfried.dev@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>