]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-30-ISCSI: turn off iscsi_firmware
authorHarald Hoyer <harald@redhat.com>
Sat, 31 Jan 2015 11:22:45 +0000 (12:22 +0100)
committerHarald Hoyer <harald@redhat.com>
Sat, 31 Jan 2015 11:22:45 +0000 (12:22 +0100)
Having iscsi_firmware on the kernel cmdline stalls until firmware is
found. qemu does not have this.

test/TEST-30-ISCSI/test.sh

index 1d70dd5f1aab8631360af0f3def834519d0014fb..f29c49a4896a4abf9fba0319087f971df43d8289 100755 (executable)
@@ -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