X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fxci%2Fxci-run-functest.sh;fp=jjb%2Fxci%2Fxci-run-functest.sh;h=610268c286b1b3b835cc2055e9dcae7ec13c7bd7;hb=6008d34a3455cd28888f74bda104c48cf2374649;hp=5d3f3ced4c2728501a9b038a642e325208ca44d8;hpb=b15d00f631f3dad1f9c51ba61a28e8cff5a7f87f;p=releng.git diff --git a/jjb/xci/xci-run-functest.sh b/jjb/xci/xci-run-functest.sh index 5d3f3ced4..610268c28 100755 --- a/jjb/xci/xci-run-functest.sh +++ b/jjb/xci/xci-run-functest.sh @@ -50,7 +50,7 @@ export XCI_VENV=${XCI_PATH}/venv ssh -F $HOME/.ssh/${DISTRO}-xci-vm-config ${DISTRO}_xci_vm "source $XCI_VENV/bin/activate; \ while read var; do declare -x \"\${var}\" 2>/dev/null; done < ${XCI_PATH}/.cache/xci.env && \ cd releng-xci/xci && ansible-playbook -i playbooks/dynamic_inventory.py \ - -i /root/releng-xci/.cache/repos/openstack-ansible/inventory/dynamic_inventory.py \ + -i ${XCI_PATH}/.cache/repos/openstack-ansible/inventory/dynamic_inventory.py \ playbooks/prepare-tests.yml" echo "Prepare OPNFV VM for Tests" ssh -F $HOME/.ssh/${DISTRO}-xci-vm-config ${DISTRO}_xci_vm_opnfv "/root/prepare-tests.sh"