From 8b03e2ac44234773f9afaaaf26d377edf5a6d457 Mon Sep 17 00:00:00 2001 From: Nikolas Hermanns Date: Mon, 11 Apr 2016 11:35:55 +0200 Subject: [BGPVPN] Bugfix for /etc/tempest/ no there Change-Id: I0dbbbf486e97c202eba2b4b38d877a836942759b --- docker/run_tests.sh | 1 + 1 file changed, 1 insertion(+) 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 -- cgit 1.2.3-korg