[PATCH v3] test: Remove distro images from DOWNLOAD_ASSETS
Some of the download links are broken, and none of the images
are used in current tests. Removing them from DOWNLOAD_ASSETS so
it won't block make per David's suggestion.
Signed-off-by: Yumei Huang
On Mon, Sep 08, 2025 at 04:02:43PM +0800, Yumei Huang wrote:
Some of the download links are broken, and none of the images are used in current tests. Removing them from DOWNLOAD_ASSETS so it won't block make per David's suggestion.
Signed-off-by: Yumei Huang
Reviewed-by: David Gibson
--- test/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/test/Makefile b/test/Makefile index a774285..dc096c5 100644 --- a/test/Makefile +++ b/test/Makefile @@ -52,8 +52,7 @@ UBUNTU_NEW_IMGS = xenial-server-cloudimg-powerpc-disk1.img \ jammy-server-cloudimg-s390x.img UBUNTU_IMGS = $(UBUNTU_OLD_IMGS) $(UBUNTU_NEW_IMGS)
-DOWNLOAD_ASSETS = exeter mbuto podman \ - $(DEBIAN_IMGS) $(FEDORA_IMGS) $(OPENSUSE_IMGS) $(UBUNTU_IMGS) +DOWNLOAD_ASSETS = exeter mbuto podman TESTDATA_ASSETS = small.bin big.bin medium.bin \ rampstream LOCAL_ASSETS = mbuto.img mbuto.mem.img podman/bin/podman QEMU_EFI.fd \ -- 2.47.0
-- David Gibson (he or they) | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you, not the other way | around. http://www.ozlabs.org/~dgibson
participants (2)
-
David Gibson
-
Yumei Huang