]> git.ipfire.org Git - thirdparty/dracut.git/commit - test/TEST-14-IMSM/test.sh
test: Add compatibility for different kernel configs
authorPhilippe Seewer <philippe.seewer@bfh.ch>
Fri, 16 Oct 2009 09:00:03 +0000 (11:00 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 27 Oct 2009 15:02:56 +0000 (16:02 +0100)
commit778d2ba28bd2a577860d9f451147a2e4f2c178da
tree8c1c3917f83c5a1f30f7198dcd73eb3f589121da
parentdc490a0f089f77362c10771e399b3981a131d961
test: Add compatibility for different kernel configs

Some distros, including debian unstable with 2.6.30, still shop
style ide drivers and/or have important filesystems like ext3 as
modules.

This patch ensures that all test cases work on these configurations
by including the necessary modules and adding a simple udev rule
file that provides /dev/sd* symlinks for the case where old style
ide drivers are still in use.
19 files changed:
test/TEST-10-RAID/99-idesymlinks.rules [new file with mode: 0644]
test/TEST-10-RAID/test.sh
test/TEST-11-LVM/99-idesymlinks.rules [new file with mode: 0644]
test/TEST-11-LVM/test.sh
test/TEST-12-RAID-DEG/99-idesymlinks.rules [new file with mode: 0644]
test/TEST-12-RAID-DEG/test.sh
test/TEST-13-ENC-RAID-LVM/99-idesymlinks.rules [new file with mode: 0644]
test/TEST-13-ENC-RAID-LVM/test.sh
test/TEST-14-IMSM/99-idesymlinks.rules [new file with mode: 0644]
test/TEST-14-IMSM/create-root.sh
test/TEST-14-IMSM/test.sh
test/TEST-20-NFS/99-idesymlinks.rules [new file with mode: 0644]
test/TEST-20-NFS/test.sh
test/TEST-30-ISCSI/99-idesymlinks.rules [new file with mode: 0644]
test/TEST-30-ISCSI/test.sh
test/TEST-40-NBD/99-idesymlinks.rules [new file with mode: 0644]
test/TEST-40-NBD/test.sh
test/TEST-50-MULTINIC/99-idesymlinks.rules [new file with mode: 0644]
test/TEST-50-MULTINIC/test.sh