X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-verify-perf.sh;h=a60b18d2f65a6403bf5f89cf9a2f525d24590980;hp=f1b58ab4891833854c89214db4905761329ea08d;hb=7dbda72563912b656bde2ee4b4611a0b284b933e;hpb=b9f10c3229e113bd2b6d7e98594ce96eff8414a9 diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index f1b58ab489..a60b18d2f6 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -82,8 +82,8 @@ while :; do break fi - # Wait 10 - 30 sec. before next try - SLEEP_TIME=$[ ( $RANDOM % 20 ) + 10 ]s + # Wait ~3minutes before next try + SLEEP_TIME=$[ ( $RANDOM % 20 ) + 180 ]s echo "Sleeping ${SLEEP_TIME}" sleep ${SLEEP_TIME} done @@ -133,6 +133,12 @@ case "$TEST_TAG" in -s performance.long_ipv4 \ tests/ ;; + PERFTEST_LONG_IPV6 ) + pybot -L TRACE \ + -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ + -s performance.long_ipv6 \ + tests/ + ;; PERFTEST_LONG_XCONNECT ) pybot -L TRACE \ -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \