From: Warren Togami Date: Tue, 30 Jun 2009 20:38:57 +0000 (-0400) Subject: Add test for Legacy root=IP:path NFSv3 syntax X-Git-Tag: 0.2~13 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=798d9506517b40888b669798369f9771dd34df00;p=thirdparty%2Fdracut.git Add test for Legacy root=IP:path NFSv3 syntax --- diff --git a/test/TEST-20-NFS/test.sh b/test/TEST-20-NFS/test.sh index aeef36603..31621514d 100755 --- a/test/TEST-20-NFS/test.sh +++ b/test/TEST-20-NFS/test.sh @@ -126,6 +126,9 @@ test_nfsv3() { client_test "NFSv3 root=nfs:..." 52:54:00:12:34:04 \ "root=nfs:192.168.50.1:/nfs/client" 192.168.50.1 -wsize=4096 || return 1 + client_test "NFSv3 Legacy root=IP:path" 52:54:00:12:34:04 \ + "root=192.168.50.1:/nfs/client" 192.168.50.1 -wsize=4096 || return 1 + # This test must fail: root=dhcp must ignore other arguments client_test "NFSv3 root=dhcp nfsroot=/nfs/client" 52:54:00:12:34:04 \ "root=dhcp nfsroot=/nfs/client" 192.168.50.1 -wsize=4096 && return 1