aboutgitcodebugslistschat
diff options
context:
space:
mode:
authorYumei Huang <yuhuang@redhat.com>2025-09-08 19:34:46 +0800
committerStefano Brivio <sbrivio@redhat.com>2025-09-09 21:14:37 +0200
commitd363fb7796db3581161a6cca8dd022d0105052dd (patch)
tree987f40f8c2b1a8401284834dc5fa4956bacd7920
parentc10d8c987127e1a6ccea5057b70d66e69a374a23 (diff)
downloadpasst-d363fb7796db3581161a6cca8dd022d0105052dd.tar
passt-d363fb7796db3581161a6cca8dd022d0105052dd.tar.gz
passt-d363fb7796db3581161a6cca8dd022d0105052dd.tar.bz2
passt-d363fb7796db3581161a6cca8dd022d0105052dd.tar.lz
passt-d363fb7796db3581161a6cca8dd022d0105052dd.tar.xz
passt-d363fb7796db3581161a6cca8dd022d0105052dd.tar.zst
passt-d363fb7796db3581161a6cca8dd022d0105052dd.zip
test: Fix the download link for debian-11-generic-ppc64el image
Signed-off-by: Yumei Huang <yuhuang@redhat.com> Tested-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
-rw-r--r--test/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index a774285..4938827 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -15,7 +15,7 @@ DEBIAN_IMGS = debian-8.11.0-openstack-amd64.qcow2 \
debian-10-generic-ppc64el-20220911-1135.qcow2 \
debian-11-nocloud-amd64.qcow2 \
debian-11-generic-arm64.qcow2 \
- debian-11-generic-ppc64el.qcow2 \
+ debian-11-generic-ppc64el-20250703-2162.qcow2 \
debian-sid-nocloud-amd64-daily.qcow2 \
debian-sid-nocloud-arm64-daily.qcow2 \
debian-sid-nocloud-ppc64el-daily.qcow2
@@ -169,6 +169,9 @@ debian-11-nocloud-%.qcow2:
debian-11-generic-%.qcow2:
$(WGET) -O $@ https://cloud.debian.org/images/cloud/bullseye/latest/debian-11-generic-$*.qcow2
+debian-11-generic-ppc64el-20250703-2162.qcow2:
+ $(WGET) -O $@ https://cloud.debian.org/images/cloud/bullseye/20250703-2162/debian-11-generic-ppc64el-20250703-2162.qcow2
+
debian-sid-nocloud-%-daily.qcow2:
$(WGET) -O $@ https://cloud.debian.org/images/cloud/sid/daily/latest/debian-sid-nocloud-$*-daily.qcow2