Add results dir to Dockerfile
authorjose.lausuch <jose.lausuch@ericsson.com>
Thu, 5 May 2016 17:48:21 +0000 (19:48 +0200)
committerjose.lausuch <jose.lausuch@ericsson.com>
Thu, 5 May 2016 17:49:20 +0000 (19:49 +0200)
This will allow to create the functest.log used by logger in
/home/opnfv/functest/results/functest.log

Change-Id: Iebc1130942c4e4a5f592cfa247e7ba7403559a59
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
docker/Dockerfile

index 8d4171a..2ea30d5 100644 (file)
@@ -62,6 +62,7 @@ ruby1.9.1-dev \
 
 
 RUN mkdir -p ${repos_dir}
+RUN mkdir -p /home/opnfv/functest/results
 RUN mkdir -p /root/.ssh
 RUN chmod 700 /root/.ssh
 
@@ -110,4 +111,4 @@ RUN cd ${repos_dir}/promise && npm install
 RUN /bin/echo -e "set nocompatible\nset backspace=2" >> /home/opnfv/.vimrc
 RUN echo "set nocompatible" >> /home/opnfv/.exrc
 RUN echo "alias ll='ls -lh'" >> /home/opnfv/.bashrc
-RUN cd ${repos_dir}/functest/cli && pip install .
\ No newline at end of file
+RUN cd ${repos_dir}/functest/cli && pip install .