From: Nikolas Hermanns Date: Mon, 11 Apr 2016 09:35:55 +0000 (+0200) Subject: [BGPVPN] Bugfix for /etc/tempest/ no there X-Git-Tag: colorado.1.0~456 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F12131%2F1;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