]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-30-ISCSI: add message, that all tests passed
authorHarald Hoyer <harald@redhat.com>
Mon, 22 Aug 2016 12:39:25 +0000 (14:39 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 2 Sep 2016 05:51:55 +0000 (07:51 +0200)
test/TEST-30-ISCSI/test.sh

index d4f0f8c61e371edb4335e6fa84911fb79856f4f8..c5315bb6473dbd6a2fdad20db29dab9fe33c802d 100755 (executable)
@@ -110,16 +110,17 @@ do_test_run() {
        || :
 
     run_client "FAILME: netroot=iscsi target1 target2 rd.iscsi.waitnet=0 rd.iscsi.testroute=0 default GW" \
-              "root=LABEL=sysroot" \
+                  "root=LABEL=sysroot" \
                "ip=192.168.50.101::192.168.50.1:255.255.255.0::ens3:off" \
                "ip=192.168.51.101::192.168.51.1:255.255.255.0::ens4:off" \
-              "netroot=iscsi:192.168.51.1::::iqn.2009-06.dracut:target1" \
+                  "netroot=iscsi:192.168.51.1::::iqn.2009-06.dracut:target1" \
                "netroot=iscsi:192.168.50.1::::iqn.2009-06.dracut:target2" \
                "rd.iscsi.firmware" \
                "rd.iscsi.initiator=$initiator" \
                "rd.iscsi.waitnet=0 rd.iscsi.testroute=0" \
        || :
 
+    echo "All tests passed [OK]"
     return 0
 }