X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=bootstrap-verify-perf.sh;h=8662026dc210164fa001e21c88cb688c82245856;hb=refs%2Fchanges%2F58%2F1258%2F3;hp=65f6e7ee558fd5b64f7ab4546a26b00bba5c9443;hpb=e52235ebf45d01235faa4cfa7ea8598ce16290f2;p=csit.git diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index 65f6e7ee55..8662026dc2 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -15,9 +15,9 @@ 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_testbed3-710-520.yaml" +TOPOLOGIES="topologies/available/lf_testbed1-X710-X520.yaml \ + topologies/available/lf_testbed2-X710-X520.yaml \ + topologies/available/lf_testbed3-X710-X520.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" @@ -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} \