summaryrefslogtreecommitdiffstats
path: root/jjb/xci/xci-start-deployment.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/xci/xci-start-deployment.sh')
-rwxr-xr-xjjb/xci/xci-start-deployment.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/xci/xci-start-deployment.sh b/jjb/xci/xci-start-deployment.sh
index cb75b511e..17b6a0aa6 100755
--- a/jjb/xci/xci-start-deployment.sh
+++ b/jjb/xci/xci-start-deployment.sh
@@ -39,4 +39,4 @@ if ! sed -n "/^- scenario: $DEPLOY_SCENARIO$/,/^$/p" $OPNFV_SCENARIO_REQUIREMENT
exit 0
fi
-ssh -F $HOME/.ssh/xci-vm-config ${DISTRO}_xci_vm "cd releng-xci && ./xci_test.sh"
+ssh -F $HOME/.ssh/${VM_DISTRO}-xci-vm-config ${DISTRO}_xci_vm "cd releng-xci && ./xci_test.sh"