]> git.ipfire.org Git - people/ms/u-boot.git/commit
test: dm: eth: Add tests for the eth dm implementation
authorJoe Hershberger <joe.hershberger@ni.com>
Sun, 22 Mar 2015 22:09:15 +0000 (17:09 -0500)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:12 +0000 (11:11 -0600)
commitbfacad7da11711231ca59717c0a8bc7317c5bb28
tree48d2e80b98adcae715ac40d95ac694d00c5ffb77
parentd87a457be8f156ca6e775ffa785a96b0766d4e50
test: dm: eth: Add tests for the eth dm implementation

Add a test for the eth uclass using the sandbox eth driver. Verify basic
functionality of the network stack / eth uclass by exercising the ping
function.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
test/dm/Makefile
test/dm/eth.c [new file with mode: 0644]
test/dm/test.dts