Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4830cbe
)
[BGPVPN] Bugfix for /etc/tempest/ no there
31/12131/1
author
Nikolas Hermanns
<nikolas.hermanns@ericsson.com>
Mon, 11 Apr 2016 09:35:55 +0000
(11:35 +0200)
committer
Nikolas Hermanns
<nikolas.hermanns@ericsson.com>
Mon, 11 Apr 2016 09:35:55 +0000
(11:35 +0200)
Change-Id: I0dbbbf486e97c202eba2b4b38d877a836942759b
docker/run_tests.sh
patch
|
blob
|
history
diff --git
a/docker/run_tests.sh
b/docker/run_tests.sh
index
95513d4
..
ad8ab11
100755
(executable)
--- a/
docker/run_tests.sh
+++ b/
docker/run_tests.sh
@@
-154,6
+154,7
@@
function run_test(){
pushd $tempest_dir
. .venv/bin/activate
pip install --no-deps -e ~/repos/bgpvpn/.
+ mkdir -p /etc/tempest/
cp tempest.conf /etc/tempest/
echo "[service_available]
bgpvpn = True" >> /etc/tempest/tempest.conf