[U-Boot] [PATCH 0/3] test: Speed up test timeouts by advancing time

Joe Hershberger joe.hershberger at ni.com
Tue Apr 21 20:57:17 CEST 2015


Add support for advancing time in sandbox and make use of the new API to
speed up the existing dm/eth tests that wait for timeouts.

This series is based on u-boot-dm/test-working


Joe Hershberger (3):
  sandbox: Add test function to advance time
  sandbox: eth: Add a function to skip ping timeouts
  test: dm: eth: Skip timeouts on ping tests

 arch/sandbox/cpu/cpu.c          |  5 -----
 arch/sandbox/include/asm/eth.h  |  2 ++
 arch/sandbox/include/asm/test.h |  8 ++++++++
 board/sandbox/sandbox.c         | 11 ++++++++++-
 drivers/net/sandbox.c           | 17 +++++++++++++++++
 test/dm/eth.c                   |  2 ++
 6 files changed, 39 insertions(+), 6 deletions(-)

-- 
1.7.11.5



More information about the U-Boot mailing list