aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap-verify-perf.sh
diff options
context:
space:
mode:
authorpmikus <pmikus@cisco.com>2016-04-12 09:58:59 +0200
committerPeter Mikus <pmikus@cisco.com>2016-04-12 08:01:50 +0000
commit831bfd57e9d046d38fb59d60c3c813eca7878d60 (patch)
tree20f0575191109fdd2d890e486ced52b9cc22b8d1 /bootstrap-verify-perf.sh
parent9a794bde7c93669ce9271f129321a4be01726bb4 (diff)
Bootstrap verify perfomance fix
- fix test tags to lowercase Change-Id: I6e01a677f15843105106300097b4d0b23e2cba5d Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'bootstrap-verify-perf.sh')
-rwxr-xr-xbootstrap-verify-perf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap-verify-perf.sh b/bootstrap-verify-perf.sh
index c16240821c..70b235a6d9 100755
--- a/bootstrap-verify-perf.sh
+++ b/bootstrap-verify-perf.sh
@@ -81,7 +81,7 @@ if [ ! -z "$TEST_TAG" ]; then
# run specific performance tests by tag if variable is set
pybot -L TRACE \
-v TOPOLOGY_PATH:${WORKING_TOPOLOGY} \
- -i $TEST_TAG tests/
+ -i "${TEST_TAG,,}" tests/
else
# run full performance test suite
pybot -L TRACE \