diff options
author | Jun Li <lijun_1203@126.com> | 2017-08-21 07:03:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-21 07:03:14 +0000 |
commit | 117c48ea667348525b8b8a35d8bc8e2f8067dcd5 (patch) | |
tree | 5d90eee122db71fe0d040ff1aa40e855a1863cd4 | |
parent | 15c1408286698d83d92e1b5ccfd159b783b6e50a (diff) | |
parent | 77a0ec3f5569f7dd5c53a2d837abf205828aa63d (diff) |
Merge "Bugfix: No cirros-0.3.5-x86_64-disk.img"
-rwxr-xr-x | jjb/dovetail/dovetail-run.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh index a078c8f59..7bbecc129 100755 --- a/jjb/dovetail/dovetail-run.sh +++ b/jjb/dovetail/dovetail-run.sh @@ -126,6 +126,10 @@ fi echo "Download image ubuntu-16.04-server-cloudimg-amd64-disk1.img ..." wget -q -nc http://artifacts.opnfv.org/sdnvpn/ubuntu-16.04-server-cloudimg-amd64-disk1.img -P ${DOVETAIL_CONFIG} +# functest needs to download this image first before running +echo "Download image cirros-0.3.5-x86_64-disk.img ..." +wget -q -nc http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img -P ${DOVETAIL_CONFIG} + opts="--privileged=true -id" docker_volume="-v /var/run/docker.sock:/var/run/docker.sock" |