Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
kiwi
:
Appliance
>
dracut
> 0124-TEST-30-ISCSI-add-message-that-all-tests-passed.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File 0124-TEST-30-ISCSI-add-message-that-all-tests-passed.patch of Package dracut
From cfb973c9f5d7a7d94c20a25091778dba22494961 Mon Sep 17 00:00:00 2001 From: Harald Hoyer <harald@redhat.com> Date: Mon, 22 Aug 2016 14:39:25 +0200 Subject: [PATCH] TEST-30-ISCSI: add message, that all tests passed --- test/TEST-30-ISCSI/test.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/TEST-30-ISCSI/test.sh b/test/TEST-30-ISCSI/test.sh index d4f0f8c6..c5315bb6 100755 --- a/test/TEST-30-ISCSI/test.sh +++ b/test/TEST-30-ISCSI/test.sh @@ -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 }