From: Vratko Polak Date: Wed, 2 Dec 2015 12:48:54 +0000 (+0100) Subject: Remove bundle:list step from jbb/integration/*-run-tests.sh X-Git-Tag: release/beryllium~251^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=35072330d8af285e2b8c700cb2eda8c85437e2f0;hp=652b612345e528a931d8f01dea556a0723136854;p=releng%2Fbuilder.git Remove bundle:list step from jbb/integration/*-run-tests.sh The output takes space, and on Sandbox sshpass is missing sometimes. Change-Id: I14647b559ca4e9fc05d68d397e0a349dcadcfe7a Signed-off-by: Vratko Polak --- 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 14e456c005..b4c6ab40a9 100644 --- a/jjb/integration/include-raw-integration-deploy-controller-run-test.sh +++ b/jjb/integration/include-raw-integration-deploy-controller-run-test.sh @@ -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 diff --git a/jjb/integration/include-raw-integration-start-cluster-run-test.sh b/jjb/integration/include-raw-integration-start-cluster-run-test.sh index 4f92934c00..adba827fb0 100644 --- a/jjb/integration/include-raw-integration-start-cluster-run-test.sh +++ b/jjb/integration/include-raw-integration-start-cluster-run-test.sh @@ -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