diff options
Diffstat (limited to 'tests/functest_run.sh')
-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} |