diff options
Diffstat (limited to 'docker')
-rwxr-xr-x | docker/common.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/common.sh b/docker/common.sh index eccdc252..f21263c7 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) |