aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-verify-perf.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-xbootstrap-verify-perf.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh
index 65f6e7ee55..860e956632 100755
--- a/bootstrap-verify-perf.sh
+++ b/bootstrap-verify-perf.sh
@@ -156,6 +156,13 @@ case "$TEST_TAG" in
-s "performance.Long_Xconnect*" \
tests/
;;
+ PERFTEST_LONG_XCONNECT_DOT1Q )
+ pybot ${PYBOT_ARGS} \
+ -L TRACE \
+ -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \
+ -s "performance.Long_Xconnect_Dot1q*" \
+ tests/
+ ;;
* )
# run full performance test suite and exit on fail
pybot ${PYBOT_ARGS} \