[PATCH v2] test: Remove distro images from LOCAL_ASSETS
Some of the download links are broken, and none of the images
are used in current tests. Removing them from LOCAL_ASSETS so
it won't block make per David's suggestion.
Signed-off-by: Yumei Huang
Sorry, please ignore this, had a typo in commit message and will fix it in v3.
On Mon, Sep 8, 2025 at 3:53 PM Yumei Huang
Some of the download links are broken, and none of the images are used in current tests. Removing them from LOCAL_ASSETS so it won't block make per David's suggestion.
Signed-off-by: Yumei Huang
--- 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
-- Thanks, Yumei Huang
participants (1)
-
Yumei Huang