TEST-10-RAID/test.sh: add "rd.auto=1"
authorHarald Hoyer <harald@redhat.com>
Mon, 24 Sep 2012 11:59:03 +0000 (13:59 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 24 Sep 2012 11:59:03 +0000 (13:59 +0200)
test/TEST-10-RAID/test.sh

index 92f4dd8..8e5b9e5 100755 (executable)
@@ -11,7 +11,7 @@ test_run() {
        -hda $DISKIMAGE \
        -m 256M -nographic \
        -net none -kernel /boot/vmlinuz-$KVERSION \
-       -append "root=/dev/dracut/root rw rd.retry=10 console=ttyS0,115200n81 selinux=0 $DEBUGFAIL" \
+       -append "root=/dev/dracut/root rd.auto=1 rw rd.retry=10 console=ttyS0,115200n81 selinux=0 $DEBUGFAIL" \
        -initrd $TESTDIR/initramfs.testing
     grep -m 1 -q dracut-root-block-success $DISKIMAGE || return 1
 }