diff options
author | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-04-11 11:35:55 +0200 |
---|---|---|
committer | Nikolas Hermanns <nikolas.hermanns@ericsson.com> | 2016-04-11 09:36:54 +0000 |
commit | 8b03e2ac44234773f9afaaaf26d377edf5a6d457 (patch) | |
tree | 4b9168430c87eb67c6825a3ae25ecd01b7389b2f /docker | |
parent | 39fab04b05de6aee661786a46d61cfc51e60f94d (diff) |
[BGPVPN] Bugfix for /etc/tempest/ no there
Change-Id: I0dbbbf486e97c202eba2b4b38d877a836942759b
Diffstat (limited to 'docker')
-rwxr-xr-x | docker/run_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 95513d4fb..ad8ab1128 100755 --- 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 |