From: Harald Hoyer Date: Wed, 17 Jun 2009 18:55:59 +0000 (+0200) Subject: revert testsuite failures to handle old style dhcp root-path format X-Git-Tag: 0.1~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0aae472e4cc1257cc086666493f174890b1b510;p=platform%2Fupstream%2Fdracut.git revert testsuite failures to handle old style dhcp root-path format --- diff --git a/test/TEST-20-NFS/test.sh b/test/TEST-20-NFS/test.sh index 05a5deb..345ba4b 100755 --- a/test/TEST-20-NFS/test.sh +++ b/test/TEST-20-NFS/test.sh @@ -104,9 +104,8 @@ test_nfsv3() { client_test "NFSv3 root=dhcp DHCP path only" 52:54:00:12:34:00 \ "root=dhcp" 192.168.50.1 -wsize=4096 || return 1 - # This test must fail: no root= client_test "NFSv3 netroot=dhcp DHCP path only" 52:54:00:12:34:00 \ - "netroot=dhcp" 192.168.50.1 -wsize=4096 && return 1 + "netroot=dhcp" 192.168.50.1 -wsize=4096 || return 1 client_test "NFSv3 root=nfs DHCP path only" 52:54:00:12:34:00 \ "root=nfs" 192.168.50.1 -wsize=4096 || return 1 @@ -114,13 +113,11 @@ test_nfsv3() { client_test "NFSv3 root=/dev/nfs DHCP path only" 52:54:00:12:34:00 \ "root=/dev/nfs" 192.168.50.1 -wsize=4096 || return 1 - # This test must fail: dhcp root-path must have proto:... client_test "NFSv3 netroot=dhcp DHCP IP:path" 52:54:00:12:34:01 \ - "netroot=dhcp" 192.168.50.2 -wsize=4096 && return 1 + "netroot=dhcp" 192.168.50.2 -wsize=4096 || return 1 - # This test must fail: dhcp root-path must have proto:... client_test "NFSv3 root=dhcp DHCP IP:path" 52:54:00:12:34:01 \ - "root=dhcp" 192.168.50.2 -wsize=4096 && return 1 + "root=dhcp" 192.168.50.2 -wsize=4096 || return 1 client_test "NFSv3 root=nfs DHCP IP:path" 52:54:00:12:34:01 \ "root=nfs" 192.168.50.2 -wsize=4096 || return 1