X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fdpdk%2Fdpdk_scripts%2Frun_l2fwd.sh;h=f15461e254800b0790993beff974f2037e2cc6ae;hb=refs%2Fchanges%2F90%2F24890%2F4;hp=09cc112998a8a7f5d66abd04f25939e511439fb6;hpb=c34b584bec20a3239b204d9bb4e8b8e5ccfad6f2;p=csit.git diff --git a/tests/dpdk/dpdk_scripts/run_l2fwd.sh b/tests/dpdk/dpdk_scripts/run_l2fwd.sh index 09cc112998..f15461e254 100755 --- a/tests/dpdk/dpdk_scripts/run_l2fwd.sh +++ b/tests/dpdk/dpdk_scripts/run_l2fwd.sh @@ -42,7 +42,7 @@ if [ ${?} -eq "0" ]; then success=false sudo pkill testpmd echo "RC = ${?}" - for attempt in {1..30}; do + for attempt in {1..60}; do echo "Checking if testpmd is still alive, attempt nr ${attempt}" sudo pgrep testpmd if [ ${?} -eq "1" ]; then @@ -69,7 +69,7 @@ if [ ${?} -eq "0" ]; then success=false sudo pkill l3fwd echo "RC = ${?}" - for attempt in {1..30}; do + for attempt in {1..60}; do echo "Checking if l3fwd is still alive, attempt nr ${attempt}" sudo pgrep l3fwd if [ ${?} -eq "1" ]; then @@ -133,7 +133,7 @@ else --auto-start" fi -for attempt in {1..30}; do +for attempt in {1..60}; do echo "Checking if testpmd is alive, attempt nr ${attempt}" fgrep "Port 1: link state change event" "${TESTPMDLOG}" if [ "${?}" -eq "0" ]; then