From: Jo Zzsi Date: Sun, 14 Sep 2025 13:32:05 +0000 (-0400) Subject: test(NFS): enable tests when dhclient is not available X-Git-Tag: 109~123 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ce57a5ad;p=thirdparty%2Fdracut-ng.git test(NFS): enable tests when dhclient is not available $USE_NETWORK dracut module needs to be added explicitly when networking is required. Follow-up to 16b5e37 . --- diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index efae7af1f..26f954dac 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -171,11 +171,11 @@ jobs: matrix: container: - arch:latest - - debian:latest - fedora:latest - - gentoo:latest - opensuse:latest - ubuntu:devel + network: + - network-manager test: - "60" container: diff --git a/test/TEST-60-NFS/test.sh b/test/TEST-60-NFS/test.sh index 969ae9af2..2495a5746 100755 --- a/test/TEST-60-NFS/test.sh +++ b/test/TEST-60-NFS/test.sh @@ -227,7 +227,7 @@ test_run() { test_setup() { "$DRACUT" --tmpdir "$TESTDIR" \ --add-confdir test-root \ - -a "url-lib nfs" \ + -a "$USE_NETWORK url-lib nfs" \ -I "ip grep setsid" \ -f "$TESTDIR"/initramfs.root || return 1