Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-05 | sandbox: eth: Add a function to skip ping timeouts | Joe Hershberger | |
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> | |||
2015-04-18 | sandbox: eth: Add ability to disable ping reply in sandbox eth driver | Joe Hershberger | |
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> |