summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiaodong shang <shang.xiaodong@zte.com.cn>2017-07-19 00:30:32 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-19 00:30:32 +0000
commit445823e739da83e7715f4f13e43e7b3fb62e7966 (patch)
treee375590031c761b9712262d552d98b7b83439fb9
parent30149ea784b60fc12de3e8a70aca23a16011ca70 (diff)
parente4d7a5ad52aa04593993c3cbb349f6039b16d225 (diff)
Merge "Update cirros image to 0.3.5"
-rwxr-xr-xtests/functest_run.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/functest_run.sh b/tests/functest_run.sh
index fb647c5..5c219bb 100755
--- a/tests/functest_run.sh
+++ b/tests/functest_run.sh
@@ -20,8 +20,7 @@ PARSER_CI_DEBUG=${CI_DEBUG:-false}
if [ -n $1 ]; then
PARSER_IMAGE_URL_FILE=$1
else
- # PARSER_IMAGE_URL_FILE=cirros-0.3.0-x86_64-disk.img
- PARSER_IMAGE_URL_FILE=cirros-0.3.2-x86_64-disk.img
+ PARSER_IMAGE_URL_FILE=cirros-0.3.5-x86_64-disk.img
fi
# PARSER_IMAGE_URL=https://launchpad.net/cirros/trunk/0.3.0/+download/${PARSER_IMAGE_URL_FILE}
PARSER_IMAGE_URL=http://download.cirros-cloud.net/0.3.2/${PARSER_IMAGE_URL_FILE}