From 831bfd57e9d046d38fb59d60c3c813eca7878d60 Mon Sep 17 00:00:00 2001 From: pmikus Date: Tue, 12 Apr 2016 09:58:59 +0200 Subject: [PATCH] Bootstrap verify perfomance fix - fix test tags to lowercase Change-Id: I6e01a677f15843105106300097b4d0b23e2cba5d Signed-off-by: pmikus --- bootstrap-verify-perf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.16.6