dovetail fix: add mount path for results 77/22377/1
authorMatthewLi <matthew.lijun@huawei.com>
Fri, 23 Sep 2016 08:47:30 +0000 (04:47 -0400)
committerMatthewLi <matthew.lijun@huawei.com>
Fri, 23 Sep 2016 08:49:02 +0000 (04:49 -0400)
JIRA: DOVETAIL-14

results mount path for dovetail tool is needed.

Change-Id: I0114c4c0dec7654f30ac5ffc495a2623e5a2e59e
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
jjb/dovetail/dovetail-run.sh

index 2c85e46..5653d3e 100755 (executable)
@@ -34,7 +34,8 @@ fi
 
 opts="--privileged=true --rm"
 envs="-e CI_DEBUG=${CI_DEBUG} \
-      -v /var/run/docker.sock:/var/run/docker.sock"
+      -v /var/run/docker.sock:/var/run/docker.sock \
+      -v /home/opnfv/dovetail/results:/home/opnfv/dovetail/results"
 
 # Pull the image with correct tag
 echo "Dovetail: Pulling image opnfv/dovetail:${DOCKER_TAG}"