VPP: osleap temp voting removal
[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-verify-perf.sh ]
7 then
8     echo 'ERROR: No bootstrap-verify-perf.sh found'
9     exit 1
10 fi
11
12 # make sure that bootstrap-verify-perf.sh is executable
13 chmod +x bootstrap-verify-perf.sh
14 # run the script
15 ./bootstrap-verify-perf.sh *.deb
16
17 # vim: ts=4 ts=4 sts=4 et :