X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Foom-healthcheck.sh;h=6099d0bf223c26d4ebb50d2ccd31b22cb393e988;hb=7b7da37cfe6e637880869a954692774d55145fb3;hp=789e1a5ce994b9e98560f639aaf11a877730580a;hpb=0d4647558f0eaea1b7dc1a8c2028d9425ef7c2d9;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/oom-healthcheck.sh b/jjb/cloud-infra/oom-healthcheck.sh index 789e1a5c..6099d0bf 100644 --- a/jjb/cloud-infra/oom-healthcheck.sh +++ b/jjb/cloud-infra/oom-healthcheck.sh @@ -22,12 +22,12 @@ set -o errexit set -o nounset cd $WORKSPACE -echo "Info: Starting OOM Healthcheck using XTesting" +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 -cp ../inventory.ini inventory/inventory.ini +cp /tmp/inventory.ini inventory/inventory.ini $WORKSPACE/xtesting.sh # vim: set ts=2 sw=2 expandtab: