TEST-30-ISCSI: turn off iscsi_firmware

Having iscsi_firmware on the kernel cmdline stalls until firmware is
found. qemu does not have this.
master
Harald Hoyer 2015-01-31 12:22:45 +01:00
parent 64a69cb49f
commit 296d013f1a
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ do_test_run() {
|| return 1

run_client "netroot=iscsi target1 target2" \
"iscsi_firmware root=LABEL=sysroot ip=192.168.50.101::192.168.50.1:255.255.255.0:iscsi-1:ens3: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" \
|| return 1
return 0