diff options
author | Harald Hoyer <harald@redhat.com> | 2010-04-16 16:55:14 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2010-04-16 17:59:50 +0200 |
commit | 85fd75f91fdd3697bf6d9d6e186208fc1ddeba29 (patch) | |
tree | 5c42efb240e48cbd72072ef4c0e4c7a97ab7376b /test/TEST-14-IMSM | |
parent | 0c8874266922774ba0833e1aec7d3b935313d2d5 (diff) | |
download | dracut-85fd75f91fdd3697bf6d9d6e186208fc1ddeba29.tar.gz dracut-85fd75f91fdd3697bf6d9d6e186208fc1ddeba29.tar.bz2 dracut-85fd75f91fdd3697bf6d9d6e186208fc1ddeba29.zip |
add rd_retry kernel command line parameter
rd_retry=<seconds to retry in the main loop>
speeds up internal test suite
Diffstat (limited to 'test/TEST-14-IMSM')
-rwxr-xr-x | test/TEST-14-IMSM/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-14-IMSM/test.sh b/test/TEST-14-IMSM/test.sh index efddb9aa..80d4b1b6 100755 --- a/test/TEST-14-IMSM/test.sh +++ b/test/TEST-14-IMSM/test.sh @@ -10,7 +10,7 @@ client_run() { echo "CLIENT TEST START: $@" $testdir/run-qemu -hda root.ext2 -hdb disk1 -hdc disk2 -m 256M -nographic \ -net none -kernel /boot/vmlinuz-$KVERSION \ - -append "$@ root=LABEL=root rw quiet rdinfo console=ttyS0,115200n81 selinux=0 rdinitdebug rdnetdebug $DEBUGFAIL" \ + -append "$@ root=LABEL=root rw quiet rd_retry=5 rdinitdebug console=ttyS0,115200n81 selinux=0 rdinfo $DEBUGFAIL" \ -initrd initramfs.testing if ! grep -m 1 -q dracut-root-block-success root.ext2; then echo "CLIENT TEST END: $@ [FAIL]" |