From 296d013f1ad77be49830c95ff5d531232cc29253 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Sat, 31 Jan 2015 12:22:45 +0100 Subject: [PATCH] TEST-30-ISCSI: turn off iscsi_firmware Having iscsi_firmware on the kernel cmdline stalls until firmware is found. qemu does not have this. --- test/TEST-30-ISCSI/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/TEST-30-ISCSI/test.sh b/test/TEST-30-ISCSI/test.sh index 1d70dd5f1..f29c49a48 100755 --- a/test/TEST-30-ISCSI/test.sh +++ b/test/TEST-30-ISCSI/test.sh @@ -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 -- 2.47.3