You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
2.2 KiB
41 lines
2.2 KiB
6 years ago
|
From 271a64bfd115897f5c89d18b9a58ed0ecf401866 Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Thu, 30 Jun 2016 16:36:29 +0200
|
||
|
Subject: [PATCH] TEST-13-ENC-RAID-LVM: add rd.device.timeout=40
|
||
|
|
||
|
---
|
||
|
test/TEST-13-ENC-RAID-LVM/test.sh | 6 +++---
|
||
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
||
|
|
||
|
diff --git a/test/TEST-13-ENC-RAID-LVM/test.sh b/test/TEST-13-ENC-RAID-LVM/test.sh
|
||
|
index 7f75b32d..94801e47 100755
|
||
|
--- a/test/TEST-13-ENC-RAID-LVM/test.sh
|
||
|
+++ b/test/TEST-13-ENC-RAID-LVM/test.sh
|
||
|
@@ -19,7 +19,7 @@ test_run() {
|
||
|
-hdb $TESTDIR/check-success.img \
|
||
|
-m 256M -smp 2 -nographic \
|
||
|
-net none -kernel /boot/vmlinuz-$KVERSION \
|
||
|
- -append "root=/dev/dracut/root rw rd.auto rd.retry=20 console=ttyS0,115200n81 selinux=0 rd.debug rootwait $LUKSARGS $DEBUGFAIL" \
|
||
|
+ -append "root=/dev/dracut/root rw rd.auto rd.retry=20 console=ttyS0,115200n81 selinux=0 $LUKSARGS rd.device.timeout=40 $DEBUGFAIL" \
|
||
|
-initrd $TESTDIR/initramfs.testing
|
||
|
grep -F -m 1 -q dracut-root-block-success $TESTDIR/check-success.img || return 1
|
||
|
echo "CLIENT TEST END: [OK]"
|
||
|
@@ -32,7 +32,7 @@ test_run() {
|
||
|
-hdb $TESTDIR/check-success.img \
|
||
|
-m 256M -smp 2 -nographic \
|
||
|
-net none -kernel /boot/vmlinuz-$KVERSION \
|
||
|
- -append "root=/dev/dracut/root rw quiet rd.auto rd.retry=20 rd.info console=ttyS0,115200n81 selinux=0 rd.debug $DEBUGFAIL" \
|
||
|
+ -append "root=/dev/dracut/root rw quiet rd.auto rd.retry=20 rd.info console=ttyS0,115200n81 selinux=0 rd.device.timeout=40 $DEBUGFAIL" \
|
||
|
-initrd $TESTDIR/initramfs.testing
|
||
|
grep -F -m 1 -q dracut-root-block-success $TESTDIR/check-success.img || return 1
|
||
|
echo "CLIENT TEST END: [OK]"
|
||
|
@@ -45,7 +45,7 @@ test_run() {
|
||
|
-hdb $TESTDIR/check-success.img \
|
||
|
-m 256M -smp 2 -nographic \
|
||
|
-net none -kernel /boot/vmlinuz-$KVERSION \
|
||
|
- -append "root=/dev/dracut/root rw quiet rd.auto rd.retry=10 rd.info console=ttyS0,115200n81 selinux=0 rd.debug $DEBUGFAIL rd.luks.uuid=failme" \
|
||
|
+ -append "root=/dev/dracut/root rw quiet rd.auto rd.retry=10 rd.info console=ttyS0,115200n81 selinux=0 rd.debug rd.luks.uuid=failme rd.device.timeout=40 $DEBUGFAIL" \
|
||
|
-initrd $TESTDIR/initramfs.testing
|
||
|
grep -F -m 1 -q dracut-root-block-success $TESTDIR/check-success.img && return 1
|
||
|
echo "CLIENT TEST END: [OK]"
|