summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Li <matthew.lijun@huawei.com>2017-06-01 12:00:04 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-06-01 12:00:04 +0000
commit637873b739bb486f409a05a630159782866b7c7e (patch)
tree2e7e67591bd5ac4dcceaada1a53af78310b2142b
parent30c08f92e136ac84fbc05d1cadf78c2c80ddd000 (diff)
parent39b970e0dd875b49cb6f5a87644a4f63e781d74c (diff)
Merge "dovetail: sdnvpn pre-image download into pre_config dir"
-rwxr-xr-xjjb/dovetail/dovetail-run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/dovetail/dovetail-run.sh b/jjb/dovetail/dovetail-run.sh
index becf56a47..dce7e5862 100755
--- a/jjb/dovetail/dovetail-run.sh
+++ b/jjb/dovetail/dovetail-run.sh
@@ -101,6 +101,9 @@ if [ "$INSTALLER_TYPE" == "fuel" ]; then
sshpass -p r00tme sudo scp $ssh_options root@${INSTALLER_IP}:~/.ssh/id_rsa ${DOVETAIL_CONFIG}/id_rsa
fi
+# sdnvpn test case needs to download this image first before running
+sudo wget -nc http://artifacts.opnfv.org/sdnvpn/ubuntu-16.04-server-cloudimg-amd64-disk1.img -P ${DOVETAIL_CONFIG}
+
opts="--privileged=true -id"
docker_volume="-v /var/run/docker.sock:/var/run/docker.sock"