X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-verify-perf.sh;h=860e9566322805beaf04e3a072c20c72397b4240;hp=1dd4e8ae7bbd2a4f54eb000665ec0daf0ca9e68f;hb=058dfaa4ad10b8fd3df7da7793f4633ac2afe64c;hpb=c2f8b62e978c4f5f29fa3ad3ccba6683a9f3ea85 diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 1dd4e8ae7b..860e956632 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -16,7 +16,8 @@ set -x # Space separated list of available testbeds, described by topology files TOPOLOGIES="topologies/available/lf_testbed1-710-520.yaml \ - topologies/available/lf_testbed2-710-520.yaml" + topologies/available/lf_testbed2-710-520.yaml \ + topologies/available/lf_testbed3-710-520.yaml" VPP_STABLE_VER="1.0.0-437~g8f15e92_amd64" VPP_REPO_URL="https://nexus.fd.io/service/local/repositories/fd.io.dev/content/io/fd/vpp" @@ -155,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} \