Switch path to toci_gate_test.sh

/opt/stack/new/tripleo-ci will has been cloned by
devstack-gate/devstack-vm-gate-wrap.sh and is at the version we need.

Change-Id: If8f8ad7da86d3cb97e7f12695e3dafb6dd0698c4
This commit is contained in:
Derek Higgins 2014-01-23 15:15:07 +00:00 committed by Robert Collins
parent c531f41138
commit fa713e5dc5

View File

@ -18,7 +18,7 @@
export DEVSTACK_GATE_EXERCISES=0
export GEARDSERVER=192.168.1.1
function gate_hook {
bash -xe /opt/git/openstack-infra/tripleo-ci/toci_gate_test.sh
bash -xe /opt/stack/new/tripleo-ci/toci_gate_test.sh
}
export -f gate_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh