diff options
author | Harald Hoyer <harald@redhat.com> | 2013-07-31 11:23:51 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-07-31 11:23:51 +0200 |
commit | b806625d4147090d6b553e957b256c59305545f2 (patch) | |
tree | 9df91cb01135b702af72a233ce346bddba8d1b7c | |
parent | dba2055979aabc5140ee3e607deed4aa390f4ae1 (diff) | |
download | dracut-b806625d4147090d6b553e957b256c59305545f2.tar.gz dracut-b806625d4147090d6b553e957b256c59305545f2.tar.bz2 dracut-b806625d4147090d6b553e957b256c59305545f2.zip |
TEST-30-ISCSI: eth0 -> ens3
-rwxr-xr-x | test/TEST-30-ISCSI/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TEST-30-ISCSI/test.sh b/test/TEST-30-ISCSI/test.sh index df998ffe..29c8d0ce 100755 --- a/test/TEST-30-ISCSI/test.sh +++ b/test/TEST-30-ISCSI/test.sh @@ -65,11 +65,11 @@ do_test_run() { run_client "root=iscsi" \ "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 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" \ || return 1 return 0 |