CI: Migrate templates v2-highcpu-* flavor to v3
[releng/builder.git] / jjb / integration / integration-start-cluster-run-test.sh
index 368e151bfed5e74d3b4cf9f34d401d029ed8504e..28a6900d996e9cf55f200ef51c7fbbafa38f88a5 100644 (file)
@@ -67,6 +67,7 @@ robot -N "${TESTPLAN}" \
       -v TOOLS_SYSTEM_IP:"${TOOLS_SYSTEM_IP}" ${tools_variables} \
       -v TOOLS_SYSTEM_USER:"${USER}" \
       -v USER_HOME:"${HOME}" \
+      -v IS_KARAF_APPL:"${IS_KARAF_APPL}" \
       -v WORKSPACE:/tmp \
       ${TESTOPTIONS} ${SUITES} || true
 
@@ -90,7 +91,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}"