Blame 0124-TEST-30-ISCSI-add-message-that-all-tests-passed.patch

Harald Hoyer 53404a
From d7c9ad504e9d3926324e749831938d74919b3a31 Mon Sep 17 00:00:00 2001
Harald Hoyer 53404a
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 53404a
Date: Mon, 22 Aug 2016 14:39:25 +0200
Harald Hoyer 53404a
Subject: [PATCH] TEST-30-ISCSI: add message, that all tests passed
Harald Hoyer 53404a
Harald Hoyer 53404a
---
Harald Hoyer 53404a
 test/TEST-30-ISCSI/test.sh | 5 +++--
Harald Hoyer 53404a
 1 file changed, 3 insertions(+), 2 deletions(-)
Harald Hoyer 53404a
Harald Hoyer 53404a
diff --git a/test/TEST-30-ISCSI/test.sh b/test/TEST-30-ISCSI/test.sh
Harald Hoyer 53404a
index d4f0f8c..c5315bb 100755
Harald Hoyer 53404a
--- a/test/TEST-30-ISCSI/test.sh
Harald Hoyer 53404a
+++ b/test/TEST-30-ISCSI/test.sh
Harald Hoyer 53404a
@@ -110,16 +110,17 @@ do_test_run() {
Harald Hoyer 53404a
 	|| :
Harald Hoyer 53404a
 
Harald Hoyer 53404a
     run_client "FAILME: netroot=iscsi target1 target2 rd.iscsi.waitnet=0 rd.iscsi.testroute=0 default GW" \
Harald Hoyer 53404a
-	       "root=LABEL=sysroot" \
Harald Hoyer 53404a
+	           "root=LABEL=sysroot" \
Harald Hoyer 53404a
                "ip=192.168.50.101::192.168.50.1:255.255.255.0::ens3:off" \
Harald Hoyer 53404a
                "ip=192.168.51.101::192.168.51.1:255.255.255.0::ens4:off" \
Harald Hoyer 53404a
-	       "netroot=iscsi:192.168.51.1::::iqn.2009-06.dracut:target1" \
Harald Hoyer 53404a
+	           "netroot=iscsi:192.168.51.1::::iqn.2009-06.dracut:target1" \
Harald Hoyer 53404a
                "netroot=iscsi:192.168.50.1::::iqn.2009-06.dracut:target2" \
Harald Hoyer 53404a
                "rd.iscsi.firmware" \
Harald Hoyer 53404a
                "rd.iscsi.initiator=$initiator" \
Harald Hoyer 53404a
                "rd.iscsi.waitnet=0 rd.iscsi.testroute=0" \
Harald Hoyer 53404a
 	|| :
Harald Hoyer 53404a
 
Harald Hoyer 53404a
+    echo "All tests passed [OK]"
Harald Hoyer 53404a
     return 0
Harald Hoyer 53404a
 }
Harald Hoyer 53404a