[PATCH] nfs: specify NFS version including the minorversion
Avinesh Kumar via ltp <[email protected]>
| Newsgroups | gmane.linux.ltp |
|---|---|
| Message-ID | <[email protected]> |
From: Avinesh Kumar <avinesh.kumar-IBi9RG/[email protected]> These entries were missed in commit 4e115dfeee4b ("nfs: use NFS version 4.0, including the minorversion") hence tests run on NFSv4.2 instead of NFSv4.0 in these two scenarios. Signed-off-by: Avinesh Kumar <avinesh.kumar-IBi9RG/[email protected]> --- runtest/net.nfs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtest/net.nfs b/runtest/net.nfs index 5d6adaa70..905fd5187 100644 --- a/runtest/net.nfs +++ b/runtest/net.nfs @@ -58,8 +58,8 @@ nfs05_v41_ip6t nfs05.sh -6 -v 4.1 -t tcp nfs05_v42_ip6t nfs05.sh -6 -v 4.2 -t tcp nfs06_v30_v40_ip4 nfs06.sh -v "3,3,3,4.0,4.0,4.0" -t "udp,udp,tcp,tcp,tcp,tcp" -nfs06_vall_ip4t nfs06.sh -v "3,4,4.1,4.2,4.2,4.2" -t "tcp,tcp,tcp,tcp,tcp,tcp" -nfs06_v4x_ip6t nfs06.sh -6 -v "4,4.1,4.1,4.2,4.2,4.2" -t "tcp,tcp,tcp,tcp,tcp,tcp" +nfs06_vall_ip4t nfs06.sh -v "3,4.0,4.1,4.2,4.2,4.2" -t "tcp,tcp,tcp,tcp,tcp,tcp" +nfs06_v4x_ip6t nfs06.sh -6 -v "4.0,4.1,4.1,4.2,4.2,4.2" -t "tcp,tcp,tcp,tcp,tcp,tcp" nfs07_v30_ip4u nfs07.sh -v 3 -t udp nfs07_v30_ip4t nfs07.sh -v 3 -t tcp -- 2.54.0 -- Mailing list info: https://lists.linux.it/listinfo/ltp