diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-05-05 14:34:17 +0200 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-05-18 06:17:41 +0000 |
commit | 41e49466711459177fde9b9b46425caa608ac23f (patch) | |
tree | 5c8f5c9f8c92b8711d310bb38e01a7d1f972a2e7 /bootstrap-verify-perf.sh | |
parent | 35bee5e3075afa1f7084a6e1195a6a1403091560 (diff) |
Explicitly list the NIC type for perf tests
JIRA: CSIT-74
- FIX test names
- list NICs
Change-Id: Ic5dba9381b7bf7129cb0944deb33a86ccdbf2c7b
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-x | bootstrap-verify-perf.sh | 8 |
1 files changed, 4 insertions, 4 deletions
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/ ;; * ) |