Restoring bin/client in the scripts 84/18884/1
authorLuis Gomez <ecelgp@gmail.com>
Mon, 20 Apr 2015 06:21:55 +0000 (23:21 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Mon, 20 Apr 2015 06:21:55 +0000 (23:21 -0700)
Change-Id: I9bea3d4542739c700847222f3cdf2411ef352a08
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/integration/include-raw-integration-deploy-controller-offline.sh
jjb/integration/include-raw-integration-deploy-controller-run-test.sh

index 1d484179458fc7e7ef4fc64a4b7527d25b6b2903..e5ff0e759060212145f2b51088279d09a26b97dc 100644 (file)
@@ -67,8 +67,7 @@ echo "sleeping for 20 seconds..."
 sleep 20
 
 echo "Check OSGi bundles..."
-# Remove until we get sshpass in rackspace
-#./client "feature:install ${CONTROLLERFEATURES}" || echo $? > ${WORKSPACE}/error.txt
+sshpass -p karaf ./client -u karaf "feature:install ${CONTROLLERFEATURES}" || echo $? > ${WORKSPACE}/error.txt
 
 echo "Fetching Karaf log"
 cd ${WORKSPACE}
index 38b3d9844e050c8adcfd86701fbcfe5759b52545..73d8233d764c61cee38e5b1606fb33d3baba1bc1 100644 (file)
@@ -88,8 +88,7 @@ echo "Cool down for 1 min :)..."
 sleep 60
 
 echo "Checking OSGi bundles..."
-# Remove until we get sshpass in rackspace
-#./client 'bundle:list'
+sshpass -p karaf ./client -u karaf 'bundle:list'
 
 EOF