This is an automated email from the ASF dual-hosted git repository. pearl11594 pushed a commit to branch fix-failing-test in repository https://gitbox.apache.org/repos/asf/cloudstack.git
commit eb71fb653357602cc852b1a87d6000ad27214315 Author: Pearl Dsilva <[email protected]> AuthorDate: Wed Mar 12 21:44:48 2025 -0400 Update ubuntu image link for template download --- 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"
