dracut/test
Harald Hoyer 0f62da0405 ci: get rid of "mount -o loop"
This finally allows running the test suite completely in a rootless container:
```
❯ podman run \
         --user 0 \
         -v /dev:/dev \
         -v ./:/dracut \
         -it \
         quay.io/haraldh/dracut-fedora:33 \
         bash -c 'cd /dracut; make DRACUT_NO_XATTR=1 check'
```
2021-02-08 16:07:37 +01:00
..
TEST-01-BASIC test: use dd from /dev/zero, instead of creating files with a hole 2020-03-12 12:46:15 +01:00
TEST-02-SYSTEMD test: use dd from /dev/zero, instead of creating files with a hole 2020-03-12 12:46:15 +01:00
TEST-03-USR-MOUNT TEST-03-USR-MOUNT/test.sh: increase loglevel 2020-03-12 14:17:45 +01:00
TEST-04-FULL-SYSTEMD test: use dd from /dev/zero, instead of creating files with a hole 2020-03-12 12:46:15 +01:00
TEST-10-RAID test: use dd from /dev/zero, instead of creating files with a hole 2020-03-12 12:46:15 +01:00
TEST-11-LVM test: use dd from /dev/zero, instead of creating files with a hole 2020-03-12 12:46:15 +01:00
TEST-12-RAID-DEG test: use dd from /dev/zero, instead of creating files with a hole 2020-03-12 12:46:15 +01:00
TEST-13-ENC-RAID-LVM test: use dd from /dev/zero, instead of creating files with a hole 2020-03-12 12:46:15 +01:00
TEST-14-IMSM test: use dd from /dev/zero, instead of creating files with a hole 2020-03-12 12:46:15 +01:00
TEST-15-BTRFSRAID test: use dd from /dev/zero, instead of creating files with a hole 2020-03-12 12:46:15 +01:00
TEST-16-DMSQUASH test: use dd to write status to marker disk 2020-02-28 14:41:15 +01:00
TEST-17-LVM-THIN test: use dd from /dev/zero, instead of creating files with a hole 2020-03-12 12:46:15 +01:00
TEST-20-NFS ci: get rid of "mount -o loop" 2021-02-08 16:07:37 +01:00
TEST-21-NFS-NM testsuite: refactor qemu options 2020-02-28 12:53:42 +01:00
TEST-30-ISCSI ci: get rid of "mount -o loop" 2021-02-08 16:07:37 +01:00
TEST-31-ISCSI-NM testsuite: refactor qemu options 2020-02-28 12:53:42 +01:00
TEST-35-ISCSI-MULTI ci: get rid of "mount -o loop" 2021-02-08 16:07:37 +01:00
TEST-36-ISCSI-MULTI-NM testsuite: refactor qemu options 2020-02-28 12:53:42 +01:00
TEST-40-NBD ci: get rid of "mount -o loop" 2021-02-08 16:07:37 +01:00
TEST-41-NBD-NM TEST-41-NBD-NM/Makefile: should be based on TEST-40-NBD not TEST-20-NFS 2020-03-12 13:30:24 +01:00
TEST-50-MULTINIC ci: get rid of "mount -o loop" 2021-02-08 16:07:37 +01:00
TEST-51-MULTINIC-NM testsuite: refactor qemu options 2020-02-28 12:53:42 +01:00
TEST-60-BONDBRIDGEVLANIFCFG ci: get rid of "mount -o loop" 2021-02-08 16:07:37 +01:00
TEST-61-BONDBRIDGEVLANIFCFG-NM testsuite: refactor qemu options 2020-02-28 12:53:42 +01:00
TEST-99-RPM ci: disable TEST 99 2021-02-08 16:07:37 +01:00
Makefile enable parallel test suite 2018-08-14 11:04:50 +02:00
Makefile.testdir
ci-matrix.txt test/ci-matrix.txt: add file specifying which tests to run 2018-01-12 13:04:34 +01:00
dracut.conf.test
run-qemu testsuite: refactor qemu options 2020-02-28 12:53:42 +01:00
test-functions test/test-functions: colorize startup 2020-02-27 16:17:23 +01:00