From c86544ef7e5ce4cba5ebf92ab936f0b8b554778d Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Sun, 19 Apr 2015 23:21:55 -0700 Subject: [PATCH] Restoring bin/client in the scripts Change-Id: I9bea3d4542739c700847222f3cdf2411ef352a08 Signed-off-by: Luis Gomez --- .../include-raw-integration-deploy-controller-offline.sh | 3 +-- .../include-raw-integration-deploy-controller-run-test.sh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/jjb/integration/include-raw-integration-deploy-controller-offline.sh b/jjb/integration/include-raw-integration-deploy-controller-offline.sh index 1d48417945..e5ff0e7590 100644 --- a/jjb/integration/include-raw-integration-deploy-controller-offline.sh +++ b/jjb/integration/include-raw-integration-deploy-controller-offline.sh @@ -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} diff --git a/jjb/integration/include-raw-integration-deploy-controller-run-test.sh b/jjb/integration/include-raw-integration-deploy-controller-run-test.sh index 38b3d9844e..73d8233d76 100644 --- a/jjb/integration/include-raw-integration-deploy-controller-run-test.sh +++ b/jjb/integration/include-raw-integration-deploy-controller-run-test.sh @@ -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 -- 2.36.6