]> git.kernelconcepts.de Git - karo-tx-uboot.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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:42 +0000 (21:47 +0200)
commit708823e5fbdb66af9895e4cbaa1412c8e7789cf8
tree1d6b50a71586872ac28c451193b5328238e04cc4
parent4e88d96df2ff136ffb5647f8b56d2bc144e05ed1
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