X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-verify-perf.sh;h=7f5840ee0d0bf5f807291a9b725730f56c63e14d;hp=8662026dc210164fa001e21c88cb688c82245856;hb=f94e16167519c74707ec8b606da3f7b97c749c66;hpb=52913516a16429a0ec6573260cf946223c84f34d diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 8662026dc2..7f5840ee0d 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -161,6 +161,19 @@ case "$TEST_TAG" in -L TRACE \ -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ -s "performance.Long_Xconnect_Dot1q*" \ + ;; + PERFTEST_NDR ) + pybot ${PYBOT_ARGS} \ + -L TRACE \ + -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ + -s performance -i NDR \ + tests/ + ;; + PERFTEST_PDR ) + pybot ${PYBOT_ARGS} \ + -L TRACE \ + -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ + -s performance -i PDR \ tests/ ;; * )