]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
test(debian): enable url-lib dracut module testing
authorJo Zzsi <jozzsicsataban@gmail.com>
Tue, 15 Apr 2025 16:15:54 +0000 (12:15 -0400)
committerNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Thu, 24 Apr 2025 21:02:42 +0000 (17:02 -0400)
NFS test requires url-lib dracut module (and curl).

test/container/Dockerfile-debian

index 2f3936a1d4186d1b57e4b6b8f522388b16b9e554..9a75a3eef7d79c261e05358654eb4c55e59fd725 100644 (file)
@@ -1,6 +1,7 @@
 # Test coverage provided by this container:
 # - arm64
 # - dash default shell (instead of bash)
+# - curl (url-lib)
 # - mawk (instead of gawk)
 # - zstd compression
 # - verbose logging for tests
@@ -43,6 +44,7 @@ RUN \
     console-data \
     cpio \
     cryptsetup \
+    curl \
     docbook \
     docbook-xml \
     docbook-xsl \