summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2017-07-17 13:32:41 +0200
committerjose.lausuch <jose.lausuch@ericsson.com>2017-07-17 13:32:41 +0200
commite4d7a5ad52aa04593993c3cbb349f6039b16d225 (patch)
tree188fdc235e5c1243ab13c69db1f913d125e5e893 /tests
parent859e2826074aa51e0334d4607ccfcde5972e882e (diff)
Update cirros image to 0.3.5
The image that is offered by Functest in the container is 0.3.5 This changes avoids downloading 0.3.2 in Functest. See [1] [1] https://gerrit.opnfv.org/gerrit/#/c/37393/6/functest/ci/download_images.sh Change-Id: I04ecc9bbed77fb39774460dfb466c32db49b8d98 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'tests')
-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}