From 567eda45ec161693d0eb4ea1c968b0844ad3db77 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 15 Aug 2019 18:27:14 +0100 Subject: [PATCH] tests: Retrieve the bionic image from the Azure storage bucket Avoid network delays by grabbing the bionic image from the local storage bucket. Signed-off-by: Rob Bradford --- scripts/run_integration_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_integration_tests.sh b/scripts/run_integration_tests.sh index 92d2bc75b..113d6f637 100755 --- a/scripts/run_integration_tests.sh +++ b/scripts/run_integration_tests.sh @@ -41,7 +41,7 @@ if [ ! -f "$CLEAR_OS_RAW_IMAGE" ]; then fi BIONIC_OS_IMAGE_NAME="bionic-server-cloudimg-amd64.img" -BIONIC_OS_IMAGE_URL="https://cloud-images.ubuntu.com/bionic/current/$BIONIC_OS_IMAGE_NAME" +BIONIC_OS_IMAGE_URL="https://cloudhypervisorstorage.blob.core.windows.net/images/$BIONIC_OS_IMAGE_NAME" BIONIC_OS_IMAGE="$WORKLOADS_DIR/$BIONIC_OS_IMAGE_NAME" if [ ! -f "$BIONIC_OS_IMAGE" ]; then pushd $WORKLOADS_DIR