Blame SOURCES/0472-TEST-30-ISCSI-test.sh-set-device-timeout.patch

712866
From afeb39aa8544eb4e006421107e411a79558a683e Mon Sep 17 00:00:00 2001
712866
From: Harald Hoyer <harald@redhat.com>
712866
Date: Fri, 11 Nov 2016 13:11:36 +0100
712866
Subject: [PATCH] TEST-30-ISCSI/test.sh: set device timeout
712866
712866
---
712866
 test/TEST-30-ISCSI/test.sh | 2 +-
712866
 1 file changed, 1 insertion(+), 1 deletion(-)
712866
712866
diff --git a/test/TEST-30-ISCSI/test.sh b/test/TEST-30-ISCSI/test.sh
5c6c2a
index da86b837..a610b0e4 100755
712866
--- a/test/TEST-30-ISCSI/test.sh
712866
+++ b/test/TEST-30-ISCSI/test.sh
712866
@@ -49,7 +49,7 @@ run_client() {
712866
         -net nic,macaddr=52:54:00:12:34:00,model=e1000 \
712866
         -net nic,macaddr=52:54:00:12:34:01,model=e1000 \
712866
         -net socket,connect=127.0.0.1:12330 \
712866
-        -append "rw rd.auto rd.retry=50 console=ttyS0,115200n81 selinux=0 rd.debug=0 $DEBUGFAIL $*" \
712866
+        -append "rw rd.auto rd.device.timeout=300 rd.retry=50 console=ttyS0,115200n81 selinux=0 rd.debug=0 $DEBUGFAIL $*" \
712866
         -initrd $TESTDIR/initramfs.testing
712866
     if ! grep -F -m 1 -q iscsi-OK $TESTDIR/client.img; then
712866
 	echo "CLIENT TEST END: $test_name [FAILED - BAD EXIT]"