]> git.ipfire.org Git - thirdparty/dracut-ng.git/commit
ci: simplify test cases
authorJo Zzsi <jozzsicsataban@gmail.com>
Sat, 13 Sep 2025 23:22:53 +0000 (19:22 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Sun, 14 Sep 2025 01:28:27 +0000 (21:28 -0400)
commit6d1a8989a0c7306fa4b7d4d983f5ba3c770350a9
tree1c011878810610ae2573c9ca98b8a6ffccac43f6
parent94b5b8e2f81cfb2d6483e25dbc63267a32d0aa00
ci: simplify test cases

Remove unnecessary opinionated parts of the test cases.

Do not add and manage drivers manually in the test case unless
the test case is specifically testing for that.

Consolidate test configurations into common comfig files
when possible.
18 files changed:
dracut.conf.d/test-makeroot/test-makeroot.conf
dracut.conf.d/test-root/test-root.conf
test/TEST-10-BASIC/test.sh
test/TEST-11-USR-MOUNT/test.sh
test/TEST-12-UEFI/test.sh
test/TEST-13-SYSROOT/test.sh
test/TEST-20-STORAGE/test.sh
test/TEST-26-ENC-RAID-LVM/test.sh
test/TEST-30-DMSQUASH/test.sh
test/TEST-40-SYSTEMD/test.sh
test/TEST-41-FULL-SYSTEMD/test.sh
test/TEST-42-SYSTEMD-INITRD/test.sh
test/TEST-43-KERNEL-INSTALL/test.sh
test/TEST-50-NETWORK/test.sh
test/TEST-60-NFS/test.sh
test/TEST-70-ISCSI/test.sh
test/TEST-71-ISCSI-MULTI/test.sh
test/TEST-72-NBD/test.sh