Replace obsolete bootstrap file 79/1279/2
authorPeter Mikus <[email protected]>
Thu, 26 May 2016 13:56:24 +0000 (15:56 +0200)
committerPeter Mikus <[email protected]>
Fri, 27 May 2016 06:05:05 +0000 (06:05 +0000)
- JIRA: CIMANAGE-8
- Replace bootstrap-hw-tb2.sh with bootstrap-verify-perf.sh

Change-Id: I33ed6ff596faf46ec45e2483b0f60a6707d30056
Signed-off-by: Peter Mikus <[email protected]>
jjb/csit/include-raw-csit-vpp-perf-hw.sh

index c247e76..8bc493a 100644 (file)
@@ -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 :