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 11:35:55 +0200 |
commit | a71001dc2874725b494be6a0c18a586c5d0bfbe2 (patch) | |
tree | 0ac18e4f882868dbad7b5b54c8d612de3da399be | |
parent | 4830cbe462c1081906292b027073644904e42970 (diff) |
[BGPVPN] Bugfix for /etc/tempest/ no there
Change-Id: I0dbbbf486e97c202eba2b4b38d877a836942759b
-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 |