Remove bundle:list step from jbb/integration/*-run-tests.sh 62/26662/2
authorVratko Polak <vrpolak@cisco.com>
Wed, 2 Dec 2015 12:48:54 +0000 (13:48 +0100)
committerVratko Polak <vrpolak@cisco.com>
Wed, 2 Dec 2015 12:48:54 +0000 (13:48 +0100)
The output takes space, and on Sandbox sshpass is missing sometimes.

Change-Id: I14647b559ca4e9fc05d68d397e0a349dcadcfe7a
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
jjb/integration/include-raw-integration-deploy-controller-run-test.sh
jjb/integration/include-raw-integration-start-cluster-run-test.sh

index 14e456c00566c65651c750cbb9823ccbfc452a18..b4c6ab40a9fc081ac3055aae730c3bd508bcda40 100644 (file)
@@ -84,9 +84,6 @@ done
 echo "Cool down for 1 min :)..."
 sleep 60
 
-echo "Checking OSGi bundles..."
-sshpass -p karaf /tmp/${BUNDLEFOLDER}/bin/client -u karaf 'bundle:list'
-
 echo "Listing all open ports on controller system..."
 netstat -natu
 
index 4f92934c00ec9d395b96b449034fac9c830b97ce..adba827fb0602b71f99a09b8c47abfa1a3c86192 100644 (file)
@@ -37,9 +37,6 @@ while true; do
     fi
 done
 
-echo "Checking OSGi bundles..."
-sshpass -p karaf /tmp/${BUNDLEFOLDER}/bin/client -u karaf 'bundle:list'
-
 echo "Listing all open ports on controller system.."
 netstat -natu