summaryrefslogtreecommitdiff
path: root/test/TEST-14-IMSM
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2010-04-16 16:55:14 +0200
committerHarald Hoyer <harald@redhat.com>2010-04-16 17:59:50 +0200
commit85fd75f91fdd3697bf6d9d6e186208fc1ddeba29 (patch)
tree5c42efb240e48cbd72072ef4c0e4c7a97ab7376b /test/TEST-14-IMSM
parent0c8874266922774ba0833e1aec7d3b935313d2d5 (diff)
downloaddracut-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-xtest/TEST-14-IMSM/test.sh2
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]"