X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=bootstrap-verify-perf.sh;h=fedfa0876ce9c46cbdf68af6eb8225d7d1a03c8d;hp=ebdad73b3c005d820e3fb2f0c48c688a7a1f171d;hb=41e49466711459177fde9b9b46425caa608ac23f;hpb=35bee5e3075afa1f7084a6e1195a6a1403091560 diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh index ebdad73b3c..fedfa0876c 100755 --- a/bootstrap-verify-perf.sh +++ b/bootstrap-verify-perf.sh @@ -124,25 +124,25 @@ case "$TEST_TAG" in PERFTEST_LONG_BRIDGE ) pybot -L TRACE \ -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ - -s performance.long_bridge_domain \ + -s "performance.Long_Bridge_Domain*" \ tests/ ;; PERFTEST_LONG_IPV4 ) pybot -L TRACE \ -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ - -s performance.long_ipv4 \ + -s "performance.Long_IPv4*" \ tests/ ;; PERFTEST_LONG_IPV6 ) pybot -L TRACE \ -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ - -s performance.long_ipv6 \ + -s "performance.Long_IPv6*" \ tests/ ;; PERFTEST_LONG_XCONNECT ) pybot -L TRACE \ -v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \ - -s performance.long_xconnect \ + -s "performance.Long_Xconnect*" \ tests/ ;; * )