X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fintegration-deploy-controller-run-test.sh;h=ee5e91fc7e953b5cf8515156529d23e62ea254ee;hb=38c757a74149f6d119893dc2ddea4325437c6a3a;hp=6b49a0b56fe817d7df9230b197f3055dd2978543;hpb=495c6b94d498b867ac913a4c06d4c5b6d8521f78;p=releng%2Fbuilder.git diff --git a/jjb/integration/integration-deploy-controller-run-test.sh b/jjb/integration/integration-deploy-controller-run-test.sh index 6b49a0b56..ee5e91fc7 100755 --- a/jjb/integration/integration-deploy-controller-run-test.sh +++ b/jjb/integration/integration-deploy-controller-run-test.sh @@ -9,7 +9,7 @@ fi # ${ROBOT_VENV} comes from the integration-install-robotframework.sh # script. # shellcheck source=${ROBOT_VENV}/bin/activate disable=SC1091 -source "${ROBOT_VENV}/bin/activate" +. "${ROBOT_VENV}/bin/activate" source /tmp/common-functions.sh "${BUNDLEFOLDER}" @@ -98,6 +98,8 @@ echo "Examining the files in data/log and checking filesize" ssh "${ODL_SYSTEM_IP}" "ls -altr /tmp/${BUNDLEFOLDER}/data/log/" # shellcheck disable=SC2029 ssh "${ODL_SYSTEM_IP}" "du -hs /tmp/${BUNDLEFOLDER}/data/log/*" +# shellcheck disable=SC2029 +ssh "${ODL_SYSTEM_IP}" "ls -lh /tmp/${BUNDLEFOLDER}/*.hprof" for i in $(seq 1 "${NUM_ODL_SYSTEM}") do