diff options
author | pmikus <pmikus@cisco.com> | 2016-04-12 09:58:59 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2016-04-12 08:01:50 +0000 |
commit | 831bfd57e9d046d38fb59d60c3c813eca7878d60 (patch) | |
tree | 20f0575191109fdd2d890e486ced52b9cc22b8d1 | |
parent | 9a794bde7c93669ce9271f129321a4be01726bb4 (diff) |
Bootstrap verify perfomance fix
- fix test tags to lowercase
Change-Id: I6e01a677f15843105106300097b4d0b23e2cba5d
Signed-off-by: pmikus <pmikus@cisco.com>
-rwxr-xr-x | bootstrap-verify-perf.sh | 2 |
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 \ |