Remove sshpass from integration deploy scripts 23/39023/1
authorLuis Gomez <ecelgp@gmail.com>
Wed, 18 May 2016 04:00:25 +0000 (21:00 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Wed, 18 May 2016 04:00:25 +0000 (21:00 -0700)
It seems sshpass does not work with latest karaf updates.

Change-Id: I6dddd76d04662dacd8211739e029beab7ccebda7
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
jjb/integration/include-raw-integration-deploy-controller-verify.sh
jjb/integration/include-raw-integration-distribution-check.sh

index 49f1b6db4395c7a9b747ddbba20a2190fb02a28d..03f02ddb51bb104dd54f72b6334f68ae76b46c5c 100644 (file)
@@ -79,7 +79,8 @@ echo "loading many features at once.  Need to allow time for problems to show up
 sleep 300
 
 echo "Checking OSGi bundles..."
-sshpass -p karaf ${WORKSPACE}/${BUNDLEFOLDER}/bin/client -u karaf 'bundle:list'
+# sshpass seems to fail with new karaf version
+# sshpass -p karaf ${WORKSPACE}/${BUNDLEFOLDER}/bin/client -u karaf 'bundle:list'
 
 echo "Listing all open ports on controller system"
 netstat -natu
index 1f6b03b224dffc2ea324116a224b24894cf754a3..0b079ff1c8ece1cbfd2f428af34b7816fe3a1f31 100644 (file)
@@ -83,7 +83,8 @@ echo "loading many features at once.  Need to allow time for problems to show up
 sleep 300
 
 echo "Checking OSGi bundles..."
-sshpass -p karaf ${WORKSPACE}/${BUNDLEFOLDER}/bin/client -u karaf 'bundle:list'
+# sshpass seems to fail with new karaf version
+# sshpass -p karaf ${WORKSPACE}/${BUNDLEFOLDER}/bin/client -u karaf 'bundle:list'
 
 echo "Listing all open ports on controller system"
 netstat -natu