Remove sshpass from integration deploy scripts
[releng/builder.git] / jjb / integration / include-raw-integration-distribution-check.sh
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