diff options
author | xiaodong shang <shang.xiaodong@zte.com.cn> | 2017-07-19 00:30:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-19 00:30:32 +0000 |
commit | 445823e739da83e7715f4f13e43e7b3fb62e7966 (patch) | |
tree | e375590031c761b9712262d552d98b7b83439fb9 | |
parent | 30149ea784b60fc12de3e8a70aca23a16011ca70 (diff) | |
parent | e4d7a5ad52aa04593993c3cbb349f6039b16d225 (diff) |
Merge "Update cirros image to 0.3.5"
-rwxr-xr-x | tests/functest_run.sh | 3 |
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} |