[LTP] [PATCH] runtest/net.nfs: fix version typo
Alexey Kodanev
alexey.kodanev@oracle.com
Fri Apr 28 17:24:56 CEST 2017
Hi,
On 15.03.2017 13:55, Xiao Yang wrote:
> Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
> ---
> runtest/net.nfs | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/runtest/net.nfs b/runtest/net.nfs
> index f5984c0..a0781a5 100644
> --- a/runtest/net.nfs
> +++ b/runtest/net.nfs
> @@ -12,7 +12,7 @@ nfs41_ipv6_01 nfs01 -6 -v 4.1 -t tcp
> nfs42_ipv6_01 nfs01 -6 -v 4.2 -t tcp
>
> nfs3_02 nfs02 -v 3 -t udp
> -nfs4_02 nfs02 -v 3 -t tcp
> +nfs4_02 nfs02 -v 4 -t tcp
I wonder if we should add back test-cases with NFSv3 over TCP,
something like this:
nfs3t_02 nfs01 -v 3 -t tcp
...
Thanks,
Alexey
More information about the ltp
mailing list