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