X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-start-cluster-run-test.sh;h=f9849976dcd4adae41b458fe36f28bd1ddf71e62;hb=b839a835f780cf9a899ca4275ae92f1e4aee5578;hp=368e151bfed5e74d3b4cf9f34d401d029ed8504e;hpb=ceafd9cb7047fb94059b9006d128a695403903e8;p=releng%2Fbuilder.git diff --git a/jjb/integration/integration-start-cluster-run-test.sh b/jjb/integration/integration-start-cluster-run-test.sh index 368e151bf..f9849976d 100644 --- a/jjb/integration/integration-start-cluster-run-test.sh +++ b/jjb/integration/integration-start-cluster-run-test.sh @@ -90,7 +90,7 @@ set +e # We do not want to create red dot just because something went wrong whi for i in $(seq 1 "${NUM_ODL_SYSTEM}") do CONTROLLERIP="ODL_SYSTEM_${i}_IP" - echo "Lets's take the karaf thread dump again" + echo "Let's take the karaf thread dump again" ssh "${!CONTROLLERIP}" "sudo ps aux" > "${WORKSPACE}/ps_after.log" pid=$(grep org.apache.karaf.main.Main "${WORKSPACE}/ps_after.log" | grep -v grep | tr -s ' ' | cut -f2 -d' ') echo "karaf main: org.apache.karaf.main.Main, pid:${pid}"