Bootstrap verify perfomance fix 45/745/2
authorpmikus <pmikus@cisco.com>
Tue, 12 Apr 2016 07:58:59 +0000 (09:58 +0200)
committerPeter Mikus <pmikus@cisco.com>
Tue, 12 Apr 2016 08:01:50 +0000 (08:01 +0000)
- fix test tags to lowercase

Change-Id: I6e01a677f15843105106300097b4d0b23e2cba5d
Signed-off-by: pmikus <pmikus@cisco.com>
bootstrap-verify-perf.sh

index c162408..70b235a 100755 (executable)
@@ -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 \