net-bgpvpn : fix access to rc files

The BASE variable does not seem to exist at the time the yaml
file is compiled. We should use the full path to access our
rc files.

Change-Id: I13dca25ea0f6adbd8eaa69f6447ae3ef5320def6
Closes-bug: #1561206
This commit is contained in:
Mathieu Rohon 2016-03-23 21:46:42 +00:00
parent 28c05ecc76
commit 11bb601d6c

View File

@ -45,7 +45,7 @@
}}
export -f post_test_hook
export DEVSTACK_GATE_SETTINGS=$BASE/new/networking-bgpvpn/devstack/devstack-gate-rc
export DEVSTACK_GATE_SETTINGS=/opt/stack/new/networking-bgpvpn/devstack/devstack-gate-rc
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
@ -98,7 +98,7 @@
}}
export -f post_test_hook
export DEVSTACK_GATE_SETTINGS=$BASE/new/networking-bgpvpn/devstack/devstack-gate-bagpipe-rc
export DEVSTACK_GATE_SETTINGS=/opt/stack/new/networking-bgpvpn/devstack/devstack-gate-bagpipe-rc
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh