Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
f1bd299
)
Bugfix: create functest conf dir
33/6533/1
author
jose.lausuch
<jose.lausuch@ericsson.com>
Wed, 13 Jan 2016 14:38:10 +0000
(15:38 +0100)
committer
valentin boucher
<valentin.boucher@orange.com>
Wed, 13 Jan 2016 14:40:45 +0000
(14:40 +0000)
Change-Id: I6364adb9b6fa9345d098f3061cd36589fe6f33b6
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
(cherry picked from commit
7293a8faf40846d66d68a3ca8ae5359b28662d0e
)
docker/common.sh
patch
|
blob
|
history
diff --git
a/docker/common.sh
b/docker/common.sh
index
eccdc25
..
f21263c
100755
(executable)
--- 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)