summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-01-13 15:38:10 +0100
committervalentin boucher <valentin.boucher@orange.com>2016-01-13 14:40:45 +0000
commit3b09aeb355a55a1d4984a4d6e9d740421ffd67e8 (patch)
treec9ce20ad13166287eda049900eeba0ef4cfa5a58 /docker
parentf1bd299158959142721e6b793faedba722270ced (diff)
Bugfix: create functest conf dir
Change-Id: I6364adb9b6fa9345d098f3061cd36589fe6f33b6 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com> (cherry picked from commit 7293a8faf40846d66d68a3ca8ae5359b28662d0e)
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/common.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/common.sh b/docker/common.sh
index eccdc252a..f21263c7e 100755
--- a/docker/common.sh
+++ b/docker/common.sh
@@ -20,6 +20,7 @@
#
# If it is not provided, take the existing one in the functest repo
#
+mkdir -p /home/opnfv/functest/conf
config_file=/home/opnfv/functest/conf/config_functest.yaml
if [ ! -f ${config_file} ]; then
default_config_file=$(find /home/opnfv/repos -name config_functest.yaml)