Add healthdist testcase
[infra/cicd.git] / jjb / cloud-infra / onap-healthcheck.sh
index 15914f83c3360546aee2787be051230722c78768..6099d0bf223c26d4ebb50d2ccd31b22cb393e988 100644 (file)
@@ -27,7 +27,7 @@ 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: