From: pmikus Date: Tue, 12 Apr 2016 07:58:59 +0000 (+0200) Subject: Bootstrap verify perfomance fix X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=831bfd57e9d046d38fb59d60c3c813eca7878d60;ds=sidebyside Bootstrap verify perfomance fix - fix test tags to lowercase Change-Id: I6e01a677f15843105106300097b4d0b23e2cba5d Signed-off-by: pmikus --- 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 \