X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Foom-healthcheck.sh;h=9f1e33155f788b24fd3ed872400c788646f36946;hb=f2b51873a346fec4e1709c4bf3e60dff76431c12;hp=7d1ec53681986aa18f60a75840b24d9eac98d52f;hpb=aadea7b744bfd18a2944ea079155f311edc58e39;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/oom-healthcheck.sh b/jjb/cloud-infra/oom-healthcheck.sh index 7d1ec536..9f1e3315 100644 --- a/jjb/cloud-infra/oom-healthcheck.sh +++ b/jjb/cloud-infra/oom-healthcheck.sh @@ -22,9 +22,13 @@ set -o errexit set -o nounset cd $WORKSPACE -echo "Info: Starting OOM Healthcheck using XTesting" -echo "-------------------------------------------------------------------------" -echo "Warning: Not implemented!" +echo "Info: Starting ${TEST_TYPE}-${ONAP_FLAVOR} using Xtesting" echo "-------------------------------------------------------------------------" +echo "Info: Cloning opnfv/xtesting-onap repository" +cd $HOME && /bin/rm -rf $WORKSPACE +git clone -q $XTESTING_REPO_URL $WORKSPACE && cd $WORKSPACE +/bin/cp -f /opt/engine/.cache/config/inventory.ini /tmp/inventory.ini || true +/bin/cp -f /tmp/inventory.ini inventory/inventory.ini || true +$WORKSPACE/xtesting.sh # vim: set ts=2 sw=2 expandtab: