HomeSort by relevance Sort by last modified time
    Searched refs:RETRIES (Results 1 - 2 of 2) sorted by null

  /kernel/tests/net/test/
all_tests.sh 18 readonly RETRIES=2
59 for iteration in $(seq $RETRIES); do
66 echo >&2 "Warning: '$cmd' FLAKY, passed $RETRIES/$((RETRIES + 1))"
  /external/ltp/testcases/lib/
test.sh 158 # Function returns 0 if succeed in RETRIES times or the last retcode the cmd
163 local RETRIES=${2:-"3"}
164 local i=$RETRIES
177 tst_resm TINFO "Failed to execute '$cmd' after $RETRIES retries"
339 tst_resm TWARN "Failed to umount($device) after 50 retries"

Completed in 480 milliseconds