From 653b9738400d6b39fc4009ceb77b90d2609073a3 Mon Sep 17 00:00:00 2001 From: Pearl Dsilva Date: Wed, 19 Mar 2025 08:33:44 -0400 Subject: [PATCH] Update ubuntu image link for template download (#10559) --- tools/marvin/marvin/config/test_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/marvin/marvin/config/test_data.py b/tools/marvin/marvin/config/test_data.py index 3485eeb8b18..bde48c87616 100644 --- a/tools/marvin/marvin/config/test_data.py +++ b/tools/marvin/marvin/config/test_data.py @@ -1069,7 +1069,7 @@ test_data = { "format": "raw", "hypervisor": "kvm", "ostype": "Other Linux (64-bit)", - "url": "https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img", + "url": "https://cloud-images.ubuntu.com/releases/jammy/release/ubuntu-22.04-server-cloudimg-amd64.img", "requireshvm": "True", "ispublic": "True", "isextractable": "False"