From: Harald Hoyer Date: Fri, 6 Jul 2018 09:56:23 +0000 (+0200) Subject: TEST-30-ISCSI: readd multiple target test X-Git-Tag: 049~101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a9c67d61b1e522a7cb72bfc488f4610b4c5ff0b;p=thirdparty%2Fdracut.git TEST-30-ISCSI: readd multiple target test --- diff --git a/test/TEST-30-ISCSI/test.sh b/test/TEST-30-ISCSI/test.sh index e667587ae..f6cc56d5f 100755 --- a/test/TEST-30-ISCSI/test.sh +++ b/test/TEST-30-ISCSI/test.sh @@ -76,6 +76,13 @@ do_test_run() { "rd.iscsi.initiator=$initiator" \ || return 1 + run_client "netroot=iscsi target1 target2" \ + "root=LABEL=sysroot" \ + "ip=dhcp" \ + "netroot=iscsi:192.168.51.1::::iqn.2009-06.dracut:target1" \ + "netroot=iscsi:192.168.50.1::::iqn.2009-06.dracut:target2" \ + "rd.iscsi.initiator=$initiator" \ + || return 1 echo "All tests passed [OK]" return 0