TEST-30-ISCSI: readd multiple target test

master
Harald Hoyer 2018-07-06 11:56:23 +02:00
parent bc01f822de
commit 9a9c67d61b
1 changed files with 7 additions and 0 deletions

View File

@ -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