Merge "jjb: xci: xci-run-functest: Fix functest execution"
authorFatih Degirmenci <fdegir@gmail.com>
Fri, 16 Mar 2018 20:44:06 +0000 (20:44 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 16 Mar 2018 20:44:06 +0000 (20:44 +0000)
jjb/xci/xci-run-functest.sh

index 616d4be..60b48cf 100755 (executable)
@@ -51,7 +51,7 @@ if ! sed -n "/^- scenario: $DEPLOY_SCENARIO$/,/^$/p" $OPNFV_SCENARIO_REQUIREMENT
     exit 0
 fi
 
-ssh -F $HOME/.ssh/${DISTRO}-xci-vm-config ${DISTRO}_xci_vm "cd /root/releng-xci/xci && PATH=/home/devuser/.local/bin:$PATH ansible-playbook -i installer/osa/files/$XCI_FLAVOR/inventory playbooks/prepare-functest.yml"
+ssh -F $HOME/.ssh/${DISTRO}-xci-vm-config ${DISTRO}_xci_vm "cd releng-xci/xci && PATH=/home/devuser/.local/bin:$PATH ansible-playbook -i installer/osa/files/$XCI_FLAVOR/inventory playbooks/prepare-functest.yml"
 echo "Running functest"
 ssh -F $HOME/.ssh/${DISTRO}-xci-vm-config ${DISTRO}_xci_vm_opnfv "/root/run-functest.sh"
 echo "Functest log"