X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-verify-perf.sh;h=0833628f583bc3dfcfb6cad154afecc710efbe9a;hp=0442464f1ebd0d79541321eaf146dfdb2dd8640a;hb=6a00ab3009930ba06bb2b28118398d8f232be4b9;hpb=46227f82fd1ea0c3532d4338fd6dbb8f7cb5de77 diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 0442464f1e..0833628f58 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -136,7 +136,7 @@ case "$TEST_TAG" in -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ -s "tests.perf" \ --exclude SKIP_PATCH \ - -i perftest_long \ + -i NDRPDRDISC \ tests/ RETURN_STATUS=$(echo $?) ;; @@ -145,62 +145,7 @@ case "$TEST_TAG" in -L TRACE \ -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ -s "tests.perf" \ - -i perftest_short \ - tests/ - RETURN_STATUS=$(echo $?) - ;; - PERFTEST_LONG_BRIDGE ) - pybot ${PYBOT_ARGS} \ - -L TRACE \ - -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ - -s "tests.perf.Long_Bridge_Domain*" \ - tests/ - RETURN_STATUS=$(echo $?) - ;; - PERFTEST_LONG_IPV4 ) - pybot ${PYBOT_ARGS} \ - -L TRACE \ - -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ - -s "tests.perf.Long_IPv4*" \ - tests/ - RETURN_STATUS=$(echo $?) - ;; - PERFTEST_LONG_IPV6 ) - pybot ${PYBOT_ARGS} \ - -L TRACE \ - -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ - -s "tests.perf.Long_IPv6*" \ - tests/ - RETURN_STATUS=$(echo $?) - ;; - PERFTEST_LONG_XCONNECT ) - pybot ${PYBOT_ARGS} \ - -L TRACE \ - -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ - -s "tests.perf.Long_Xconnect*" \ - tests/ - RETURN_STATUS=$(echo $?) - ;; - PERFTEST_LONG_XCONNECT_DOT1Q ) - pybot ${PYBOT_ARGS} \ - -L TRACE \ - -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ - -s "tests.perf.Long_Xconnect_Dot1q*" \ - RETURN_STATUS=$(echo $?) - ;; - PERFTEST_NDR ) - pybot ${PYBOT_ARGS} \ - -L TRACE \ - -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ - -s "tests.perf" -i NDR \ - tests/ - RETURN_STATUS=$(echo $?) - ;; - PERFTEST_PDR ) - pybot ${PYBOT_ARGS} \ - -L TRACE \ - -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ - -s "tests.perf" -i PDR \ + -i NDRCHK \ tests/ RETURN_STATUS=$(echo $?) ;;