From: Nikolas Hermanns Date: Mon, 11 Apr 2016 09:35:55 +0000 (+0200) Subject: [BGPVPN] Bugfix for /etc/tempest/ no there X-Git-Tag: brahmaputra.3.0~7 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=8b03e2ac44234773f9afaaaf26d377edf5a6d457;p=functest.git [BGPVPN] Bugfix for /etc/tempest/ no there Change-Id: I0dbbbf486e97c202eba2b4b38d877a836942759b --- 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