]> git.ipfire.org Git - thirdparty/dracut-ng.git/commit
test: reorganize tests
authorJo Zzsi <jozzsicsataban@gmail.com>
Fri, 11 Oct 2024 13:13:41 +0000 (09:13 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Tue, 15 Oct 2024 13:41:10 +0000 (09:41 -0400)
commit5bb613dc902f524325767db74c9506850e185f88
tree350ee4adafc1ac3ed50541412a90651df49a8c60
parent57efb314c5446bd95462b14f307f6a5bab9fb58f
test: reorganize tests

10-19: core modules
20-29: multiple boot drives
30-39: live boot
40-49: systemd
60-69: basic networking (nfs)
70-79: advanced networking (iscsi, nbd)
80-89: dracut binaries

old -> new
----------
01 -> 10
02 -> 40
03 -> 11
04 -> 41
05 -> 42
10 -> 20
11 -> 21
12 -> 22
13 -> 25
14 -> 23
15 -> 24
16 -> 30
17 -> 25
18 -> 12
20 -> 60
30 -> 70
35 -> 71
40 -> 72
50 -> 61
60 -> 62
62 -> 81
63 -> 82
98 -> 80
126 files changed:
.github/workflows/integration.yml
test/TEST-10-BASIC/Makefile [moved from test/TEST-01-BASIC/Makefile with 100% similarity]
test/TEST-10-BASIC/create-root.sh [moved from test/TEST-01-BASIC/create-root.sh with 100% similarity]
test/TEST-10-BASIC/test.sh [moved from test/TEST-01-BASIC/test.sh with 100% similarity]
test/TEST-11-USR-MOUNT/Makefile [moved from test/TEST-02-SYSTEMD/Makefile with 100% similarity]
test/TEST-11-USR-MOUNT/create-root.sh [moved from test/TEST-03-USR-MOUNT/create-root.sh with 100% similarity]
test/TEST-11-USR-MOUNT/fstab [moved from test/TEST-03-USR-MOUNT/fstab with 100% similarity]
test/TEST-11-USR-MOUNT/test.sh [moved from test/TEST-03-USR-MOUNT/test.sh with 100% similarity]
test/TEST-12-UEFI/Makefile [moved from test/TEST-03-USR-MOUNT/Makefile with 100% similarity]
test/TEST-12-UEFI/test.sh [moved from test/TEST-18-UEFI/test.sh with 100% similarity]
test/TEST-20-RAID/Makefile [moved from test/TEST-04-FULL-SYSTEMD/Makefile with 100% similarity]
test/TEST-20-RAID/create-root.sh [moved from test/TEST-10-RAID/create-root.sh with 100% similarity]
test/TEST-20-RAID/cryptroot-ask.sh [moved from test/TEST-10-RAID/cryptroot-ask.sh with 100% similarity]
test/TEST-20-RAID/test.sh [moved from test/TEST-10-RAID/test.sh with 100% similarity]
test/TEST-21-LVM/Makefile [moved from test/TEST-05-SYSTEMD-INITRD/Makefile with 100% similarity]
test/TEST-21-LVM/create-root.sh [moved from test/TEST-11-LVM/create-root.sh with 100% similarity]
test/TEST-21-LVM/test.sh [moved from test/TEST-11-LVM/test.sh with 100% similarity]
test/TEST-22-RAID-DEG/Makefile [moved from test/TEST-10-RAID/Makefile with 100% similarity]
test/TEST-22-RAID-DEG/create-root.sh [moved from test/TEST-12-RAID-DEG/create-root.sh with 100% similarity]
test/TEST-22-RAID-DEG/cryptroot-ask.sh [moved from test/TEST-12-RAID-DEG/cryptroot-ask.sh with 100% similarity]
test/TEST-22-RAID-DEG/test.sh [moved from test/TEST-12-RAID-DEG/test.sh with 100% similarity]
test/TEST-23-IMSM/Makefile [moved from test/TEST-11-LVM/Makefile with 100% similarity]
test/TEST-23-IMSM/create-root.sh [moved from test/TEST-14-IMSM/create-root.sh with 100% similarity]
test/TEST-23-IMSM/cryptroot-ask.sh [moved from test/TEST-13-ENC-RAID-LVM/cryptroot-ask.sh with 100% similarity]
test/TEST-23-IMSM/test.sh [moved from test/TEST-14-IMSM/test.sh with 100% similarity]
test/TEST-24-BTRFSRAID/Makefile [moved from test/TEST-12-RAID-DEG/Makefile with 100% similarity]
test/TEST-24-BTRFSRAID/create-root.sh [moved from test/TEST-15-BTRFSRAID/create-root.sh with 100% similarity]
test/TEST-24-BTRFSRAID/test.sh [moved from test/TEST-15-BTRFSRAID/test.sh with 100% similarity]
test/TEST-25-LVM-THIN/Makefile [moved from test/TEST-13-ENC-RAID-LVM/Makefile with 100% similarity]
test/TEST-25-LVM-THIN/create-root.sh [moved from test/TEST-17-LVM-THIN/create-root.sh with 100% similarity]
test/TEST-25-LVM-THIN/test.sh [moved from test/TEST-17-LVM-THIN/test.sh with 100% similarity]
test/TEST-26-ENC-RAID-LVM/Makefile [moved from test/TEST-14-IMSM/Makefile with 100% similarity]
test/TEST-26-ENC-RAID-LVM/create-root.sh [moved from test/TEST-13-ENC-RAID-LVM/create-root.sh with 100% similarity]
test/TEST-26-ENC-RAID-LVM/cryptroot-ask.sh [moved from test/TEST-14-IMSM/cryptroot-ask.sh with 100% similarity]
test/TEST-26-ENC-RAID-LVM/test.sh [moved from test/TEST-13-ENC-RAID-LVM/test.sh with 100% similarity]
test/TEST-30-DMSQUASH/Makefile [moved from test/TEST-15-BTRFSRAID/Makefile with 100% similarity]
test/TEST-30-DMSQUASH/create-root.sh [moved from test/TEST-16-DMSQUASH/create-root.sh with 100% similarity]
test/TEST-30-DMSQUASH/test-init.sh [moved from test/TEST-16-DMSQUASH/test-init.sh with 100% similarity]
test/TEST-30-DMSQUASH/test.sh [moved from test/TEST-16-DMSQUASH/test.sh with 100% similarity]
test/TEST-40-SYSTEMD/Makefile [moved from test/TEST-16-DMSQUASH/Makefile with 100% similarity]
test/TEST-40-SYSTEMD/create-root.sh [moved from test/TEST-02-SYSTEMD/create-root.sh with 100% similarity]
test/TEST-40-SYSTEMD/systemd-analyze.sh [moved from test/TEST-02-SYSTEMD/systemd-analyze.sh with 100% similarity]
test/TEST-40-SYSTEMD/test.sh [moved from test/TEST-02-SYSTEMD/test.sh with 100% similarity]
test/TEST-41-FULL-SYSTEMD/Makefile [moved from test/TEST-17-LVM-THIN/Makefile with 100% similarity]
test/TEST-41-FULL-SYSTEMD/create-root.sh [moved from test/TEST-04-FULL-SYSTEMD/create-root.sh with 100% similarity]
test/TEST-41-FULL-SYSTEMD/test-init.sh [moved from test/TEST-04-FULL-SYSTEMD/test-init.sh with 100% similarity]
test/TEST-41-FULL-SYSTEMD/test.sh [moved from test/TEST-04-FULL-SYSTEMD/test.sh with 100% similarity]
test/TEST-42-SYSTEMD-INITRD/Makefile [moved from test/TEST-18-UEFI/Makefile with 100% similarity]
test/TEST-42-SYSTEMD-INITRD/create-root.sh [moved from test/TEST-05-SYSTEMD-INITRD/create-root.sh with 100% similarity]
test/TEST-42-SYSTEMD-INITRD/test.sh [moved from test/TEST-05-SYSTEMD-INITRD/test.sh with 100% similarity]
test/TEST-60-NFS/Makefile [moved from test/TEST-20-NFS/Makefile with 100% similarity]
test/TEST-60-NFS/client-init.sh [moved from test/TEST-20-NFS/client-init.sh with 100% similarity]
test/TEST-60-NFS/client.link [moved from test/TEST-20-NFS/client.link with 100% similarity]
test/TEST-60-NFS/create-root.sh [moved from test/TEST-20-NFS/create-root.sh with 100% similarity]
test/TEST-60-NFS/dhcpd.conf [moved from test/TEST-20-NFS/dhcpd.conf with 100% similarity]
test/TEST-60-NFS/exports [moved from test/TEST-20-NFS/exports with 100% similarity]
test/TEST-60-NFS/finished-false.sh [moved from test/TEST-20-NFS/finished-false.sh with 100% similarity]
test/TEST-60-NFS/hard-off.sh [moved from test/TEST-20-NFS/hard-off.sh with 100% similarity]
test/TEST-60-NFS/server-init.sh [moved from test/TEST-20-NFS/server-init.sh with 100% similarity]
test/TEST-60-NFS/server.link [moved from test/TEST-20-NFS/server.link with 100% similarity]
test/TEST-60-NFS/test.sh [moved from test/TEST-20-NFS/test.sh with 100% similarity]
test/TEST-60-NFS/wait-if-server.sh [moved from test/TEST-20-NFS/wait-if-server.sh with 100% similarity]
test/TEST-61-MULTINIC/Makefile [moved from test/TEST-35-ISCSI-MULTI/Makefile with 100% similarity]
test/TEST-61-MULTINIC/client-init.sh [moved from test/TEST-50-MULTINIC/client-init.sh with 100% similarity]
test/TEST-61-MULTINIC/client.link [moved from test/TEST-30-ISCSI/client.link with 100% similarity]
test/TEST-61-MULTINIC/create-root.sh [moved from test/TEST-50-MULTINIC/create-root.sh with 100% similarity]
test/TEST-61-MULTINIC/dhcpd.conf [moved from test/TEST-50-MULTINIC/dhcpd.conf with 100% similarity]
test/TEST-61-MULTINIC/exports [moved from test/TEST-50-MULTINIC/exports with 100% similarity]
test/TEST-61-MULTINIC/finished-false.sh [moved from test/TEST-50-MULTINIC/finished-false.sh with 100% similarity]
test/TEST-61-MULTINIC/hard-off.sh [moved from test/TEST-50-MULTINIC/hard-off.sh with 100% similarity]
test/TEST-61-MULTINIC/server-init.sh [moved from test/TEST-50-MULTINIC/server-init.sh with 100% similarity]
test/TEST-61-MULTINIC/server.link [moved from test/TEST-30-ISCSI/server.link with 100% similarity]
test/TEST-61-MULTINIC/test.sh [moved from test/TEST-50-MULTINIC/test.sh with 100% similarity]
test/TEST-61-MULTINIC/wait-if-server.sh [moved from test/TEST-50-MULTINIC/wait-if-server.sh with 100% similarity]
test/TEST-62-BONDBRIDGEVLAN/Makefile [moved from test/TEST-40-NBD/Makefile with 100% similarity]
test/TEST-62-BONDBRIDGEVLAN/client-init.sh [moved from test/TEST-60-BONDBRIDGEVLAN/client-init.sh with 100% similarity]
test/TEST-62-BONDBRIDGEVLAN/client.link [moved from test/TEST-35-ISCSI-MULTI/client.link with 100% similarity]
test/TEST-62-BONDBRIDGEVLAN/create-root.sh [moved from test/TEST-60-BONDBRIDGEVLAN/create-root.sh with 100% similarity]
test/TEST-62-BONDBRIDGEVLAN/dhcpd.conf [moved from test/TEST-60-BONDBRIDGEVLAN/dhcpd.conf with 100% similarity]
test/TEST-62-BONDBRIDGEVLAN/exports [moved from test/TEST-60-BONDBRIDGEVLAN/exports with 100% similarity]
test/TEST-62-BONDBRIDGEVLAN/finished-false.sh [moved from test/TEST-60-BONDBRIDGEVLAN/finished-false.sh with 100% similarity]
test/TEST-62-BONDBRIDGEVLAN/hard-off.sh [moved from test/TEST-60-BONDBRIDGEVLAN/hard-off.sh with 100% similarity]
test/TEST-62-BONDBRIDGEVLAN/server-init.sh [moved from test/TEST-60-BONDBRIDGEVLAN/server-init.sh with 100% similarity]
test/TEST-62-BONDBRIDGEVLAN/server.link [moved from test/TEST-35-ISCSI-MULTI/server.link with 100% similarity]
test/TEST-62-BONDBRIDGEVLAN/test.sh [moved from test/TEST-60-BONDBRIDGEVLAN/test.sh with 100% similarity]
test/TEST-62-BONDBRIDGEVLAN/wait-if-server.sh [moved from test/TEST-60-BONDBRIDGEVLAN/wait-if-server.sh with 100% similarity]
test/TEST-70-ISCSI/Makefile [moved from test/TEST-30-ISCSI/Makefile with 100% similarity]
test/TEST-70-ISCSI/client-init.sh [moved from test/TEST-30-ISCSI/client-init.sh with 100% similarity]
test/TEST-70-ISCSI/client.link [moved from test/TEST-40-NBD/client.link with 100% similarity]
test/TEST-70-ISCSI/create-client-root.sh [moved from test/TEST-30-ISCSI/create-client-root.sh with 100% similarity]
test/TEST-70-ISCSI/create-server-root.sh [moved from test/TEST-30-ISCSI/create-server-root.sh with 100% similarity]
test/TEST-70-ISCSI/dhcpd.conf [moved from test/TEST-30-ISCSI/dhcpd.conf with 100% similarity]
test/TEST-70-ISCSI/ibft.pl [moved from test/TEST-30-ISCSI/ibft.pl with 100% similarity]
test/TEST-70-ISCSI/ibft.table [moved from test/TEST-30-ISCSI/ibft.table with 100% similarity]
test/TEST-70-ISCSI/server-init.sh [moved from test/TEST-30-ISCSI/server-init.sh with 100% similarity]
test/TEST-70-ISCSI/server.link [moved from test/TEST-40-NBD/server.link with 100% similarity]
test/TEST-70-ISCSI/test.sh [moved from test/TEST-30-ISCSI/test.sh with 100% similarity]
test/TEST-70-ISCSI/wait-if-server.sh [moved from test/TEST-30-ISCSI/wait-if-server.sh with 100% similarity]
test/TEST-71-ISCSI-MULTI/Makefile [moved from test/TEST-50-MULTINIC/Makefile with 100% similarity]
test/TEST-71-ISCSI-MULTI/client-init.sh [moved from test/TEST-35-ISCSI-MULTI/client-init.sh with 100% similarity]
test/TEST-71-ISCSI-MULTI/client.link [moved from test/TEST-50-MULTINIC/client.link with 100% similarity]
test/TEST-71-ISCSI-MULTI/create-client-root.sh [moved from test/TEST-35-ISCSI-MULTI/create-client-root.sh with 100% similarity]
test/TEST-71-ISCSI-MULTI/create-server-root.sh [moved from test/TEST-35-ISCSI-MULTI/create-server-root.sh with 100% similarity]
test/TEST-71-ISCSI-MULTI/dhcpd.conf [moved from test/TEST-35-ISCSI-MULTI/dhcpd.conf with 100% similarity]
test/TEST-71-ISCSI-MULTI/server-init.sh [moved from test/TEST-35-ISCSI-MULTI/server-init.sh with 100% similarity]
test/TEST-71-ISCSI-MULTI/server.link [moved from test/TEST-50-MULTINIC/server.link with 100% similarity]
test/TEST-71-ISCSI-MULTI/test.sh [moved from test/TEST-35-ISCSI-MULTI/test.sh with 100% similarity]
test/TEST-71-ISCSI-MULTI/wait-if-server.sh [moved from test/TEST-35-ISCSI-MULTI/wait-if-server.sh with 100% similarity]
test/TEST-72-NBD/Makefile [moved from test/TEST-60-BONDBRIDGEVLAN/Makefile with 100% similarity]
test/TEST-72-NBD/client-init.sh [moved from test/TEST-40-NBD/client-init.sh with 100% similarity]
test/TEST-72-NBD/client.link [moved from test/TEST-60-BONDBRIDGEVLAN/client.link with 100% similarity]
test/TEST-72-NBD/create-client-root.sh [moved from test/TEST-40-NBD/create-client-root.sh with 100% similarity]
test/TEST-72-NBD/create-encrypted-root.sh [moved from test/TEST-40-NBD/create-encrypted-root.sh with 100% similarity]
test/TEST-72-NBD/create-server-root.sh [moved from test/TEST-40-NBD/create-server-root.sh with 100% similarity]
test/TEST-72-NBD/cryptroot-ask.sh [moved from test/TEST-40-NBD/cryptroot-ask.sh with 100% similarity]
test/TEST-72-NBD/dhcpd.conf [moved from test/TEST-40-NBD/dhcpd.conf with 100% similarity]
test/TEST-72-NBD/server-init.sh [moved from test/TEST-40-NBD/server-init.sh with 100% similarity]
test/TEST-72-NBD/server.link [moved from test/TEST-60-BONDBRIDGEVLAN/server.link with 100% similarity]
test/TEST-72-NBD/test.sh [moved from test/TEST-40-NBD/test.sh with 100% similarity]
test/TEST-72-NBD/wait-if-server.sh [moved from test/TEST-40-NBD/wait-if-server.sh with 100% similarity]
test/TEST-80-GETARG/Makefile [moved from test/TEST-62-SKIPCPIO/Makefile with 100% similarity]
test/TEST-80-GETARG/test.sh [moved from test/TEST-98-GETARG/test.sh with 100% similarity]
test/TEST-81-SKIPCPIO/Makefile [moved from test/TEST-63-DRACUT-CPIO/Makefile with 100% similarity]
test/TEST-81-SKIPCPIO/test.sh [moved from test/TEST-62-SKIPCPIO/test.sh with 100% similarity]
test/TEST-82-DRACUT-CPIO/Makefile [moved from test/TEST-98-GETARG/Makefile with 100% similarity]
test/TEST-82-DRACUT-CPIO/test.sh [moved from test/TEST-63-DRACUT-CPIO/test.sh with 100% similarity]