Merge "Rename job to performance"
[ci-management.git] / jjb / csit / include-raw-csit-vpp-perf-hw.sh
1 #!/bin/bash
2
3 export TEST_TAG="PERFTEST_${TYPE^^}"
4
5 # execute csit bootstrap script if it exists
6 if [ ! -e bootstrap-hw-tb2.sh ]
7 then
8     echo 'ERROR: No bootstrap-hw-tb2.sh found'
9     exit 1
10 fi
11
12 # make sure that bootstrap-verify-perf.sh is executable
13 chmod +x bootstrap-hw-tb2.sh
14 # run the script
15 ./bootstrap-hw-tb2.sh
16
17 # vim: ts=4 ts=4 sts=4 et :