From 836a76b534f3539e6c65bdca86423d8b9e6a6686 Mon Sep 17 00:00:00 2001 From: Lluis Campos Date: Tue, 22 Jun 2021 12:38:16 +0200 Subject: [PATCH] run-tests.sh: Update Ubuntu Rpi image to 20.04 Changelog: None Signed-off-by: Lluis Campos --- scripts/test/run-tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test/run-tests.sh b/scripts/test/run-tests.sh index 727fea6..9c2d4b9 100755 --- a/scripts/test/run-tests.sh +++ b/scripts/test/run-tests.sh @@ -29,7 +29,7 @@ RASPBIAN_IMAGE_URL="http://downloads.raspberrypi.org/raspbian_lite/images/raspbi UBUNTU_IMAGE_URL="https://downloads.mender.io/mender-convert/images/Ubuntu-Bionic-x86-64.img.gz" ## Auto-update -UBUNTU_SERVER_RPI_IMAGE_URL="http://cdimage.ubuntu.com/ubuntu/releases/18.04.5/release/ubuntu-18.04.5-preinstalled-server-armhf+raspi3.img.xz" +UBUNTU_SERVER_RPI_IMAGE_URL="http://cdimage.ubuntu.com/ubuntu/releases/20.04.2/release/ubuntu-20.04.2-preinstalled-server-armhf+raspi.img.xz" # Keep common function declarations in separate utils script UTILS_PATH=${0/$(basename $0)/test-utils.sh}