Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | sandbox: eth: Add a function to skip ping timeouts | Joe Hershberger | 2015-05-05 | -0/+2 |
| | | | | | | | | | When called, the next call to receive will trigger a 10-second leap forward in time to avoid waiting for time to pass when tests are evaluating timeout behavior. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Acked-by: Simon Glass <sjg@chromium.org> | |||
* | sandbox: eth: Add ability to disable ping reply in sandbox eth driver | Joe Hershberger | 2015-04-18 | -0/+15 |
This is needed to test the netretry functionality (make the command fail on a sandbox eth device). Signed-off-by: Joe Hershberger <joe.hershberger@ni.com> Reviewed-by: Simon Glass <sjg@chromium.org> |