|
|
@ -65,11 +65,11 @@ do_test_run() { |
|
|
|
|
|
|
|
|
|
|
|
run_client "root=iscsi" \ |
|
|
|
run_client "root=iscsi" \ |
|
|
|
"root=iscsi:192.168.50.1::::iqn.2009-06.dracut:target0" \ |
|
|
|
"root=iscsi:192.168.50.1::::iqn.2009-06.dracut:target0" \ |
|
|
|
"ip=192.168.50.101::192.168.50.1:255.255.255.0:iscsi-1:eth0:off" \ |
|
|
|
"ip=192.168.50.101::192.168.50.1:255.255.255.0:iscsi-1:ens3:off" \ |
|
|
|
|| return 1 |
|
|
|
|| return 1 |
|
|
|
|
|
|
|
|
|
|
|
run_client "netroot=iscsi" \ |
|
|
|
run_client "netroot=iscsi" \ |
|
|
|
"root=LABEL=sysroot ip=192.168.50.101::192.168.50.1:255.255.255.0:iscsi-1:eth0:off" \ |
|
|
|
"root=LABEL=sysroot ip=192.168.50.101::192.168.50.1:255.255.255.0:iscsi-1:ens3:off" \ |
|
|
|
"netroot=iscsi:192.168.50.1::::iqn.2009-06.dracut:target1 netroot=iscsi:192.168.50.1::::iqn.2009-06.dracut:target2" \ |
|
|
|
"netroot=iscsi:192.168.50.1::::iqn.2009-06.dracut:target1 netroot=iscsi:192.168.50.1::::iqn.2009-06.dracut:target2" \ |
|
|
|
|| return 1 |
|
|
|
|| return 1 |
|
|
|
return 0 |
|
|
|
return 0 |
|
|
|