]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Add test for Legacy root=IP:path NFSv3 syntax
authorWarren Togami <wtogami@redhat.com>
Tue, 30 Jun 2009 20:38:57 +0000 (16:38 -0400)
committerWarren Togami <wtogami@redhat.com>
Tue, 30 Jun 2009 20:38:57 +0000 (16:38 -0400)
test/TEST-20-NFS/test.sh

index aeef36603e5ab7bba65040c7403fe1c8f7b6506f..31621514d8969b891628d0e1c5b6d7d464469ed8 100755 (executable)
@@ -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