summaryrefslogtreecommitdiffstats
path: root/jjb/csit/include-raw-csit-vpp-perf-hw.sh
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2016-05-26 15:56:24 +0200
committerPeter Mikus <pmikus@cisco.com>2016-05-27 06:05:05 +0000
commit45e5d71e89522db9c863b17f2eeffa10be312ad4 (patch)
treee717c0f0b6cbd6768691ff544772ebf4def764f1 /jjb/csit/include-raw-csit-vpp-perf-hw.sh
parentd695f8972c261b224bf410cd86a0537f54beac78 (diff)
Replace obsolete bootstrap file
- JIRA: CIMANAGE-8 - Replace bootstrap-hw-tb2.sh with bootstrap-verify-perf.sh Change-Id: I33ed6ff596faf46ec45e2483b0f60a6707d30056 Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'jjb/csit/include-raw-csit-vpp-perf-hw.sh')
-rw-r--r--jjb/csit/include-raw-csit-vpp-perf-hw.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/csit/include-raw-csit-vpp-perf-hw.sh b/jjb/csit/include-raw-csit-vpp-perf-hw.sh
index c247e7685..8bc493a1e 100644
--- a/jjb/csit/include-raw-csit-vpp-perf-hw.sh
+++ b/jjb/csit/include-raw-csit-vpp-perf-hw.sh
@@ -3,15 +3,15 @@
export TEST_TAG="PERFTEST_${TYPE^^}"
# execute csit bootstrap script if it exists
-if [ ! -e bootstrap-hw-tb2.sh ]
+if [ ! -e bootstrap-verify-perf.sh ]
then
- echo 'ERROR: No bootstrap-hw-tb2.sh found'
+ echo 'ERROR: No bootstrap-verify-perf.sh found'
exit 1
fi
# make sure that bootstrap-verify-perf.sh is executable
-chmod +x bootstrap-hw-tb2.sh
+chmod +x bootstrap-verify-perf.sh
# run the script
-./bootstrap-hw-tb2.sh
+./bootstrap-verify-perf.sh *.deb
# vim: ts=4 ts=4 sts=4 et :