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

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