X-Git-Url: https://gerrit.nordix.org/gitweb?a=blobdiff_plain;f=jjb%2Fcloud-infra%2Fonap-healthcheck.sh;h=15914f83c3360546aee2787be051230722c78768;hb=5a14e5e16bd496387a4bd379ef008b8ad9205c83;hp=bea59ae86dedee5220c62dc59f09d5b5370b5f34;hpb=aadea7b744bfd18a2944ea079155f311edc58e39;p=infra%2Fcicd.git diff --git a/jjb/cloud-infra/onap-healthcheck.sh b/jjb/cloud-infra/onap-healthcheck.sh index bea59ae8..15914f83 100644 --- a/jjb/cloud-infra/onap-healthcheck.sh +++ b/jjb/cloud-infra/onap-healthcheck.sh @@ -22,9 +22,12 @@ set -o errexit set -o nounset cd $WORKSPACE -echo "Info: Starting ONAP 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 +cp ../inventory.ini inventory/inventory.ini +$WORKSPACE/xtesting.sh # vim: set ts=2 sw=2 expandtab: