public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH] runtest/net.nfs: fix version typo
@ 2017-03-15 10:55 Xiao Yang
  2017-04-28  7:58 ` Xiao Yang
  2017-04-28 15:24 ` Alexey Kodanev
  0 siblings, 2 replies; 6+ messages in thread
From: Xiao Yang @ 2017-03-15 10:55 UTC (permalink / raw)
  To: ltp

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
 nfs41_02 nfs02 -v 4.1 -t tcp
 nfs42_02 nfs02 -v 4.2 -t tcp
 nfs3_ipv6_02 nfs02 -6 -v 3 -t udp
@@ -21,7 +21,7 @@ nfs41_ipv6_02 nfs02 -6 -v 4.1 -t tcp
 nfs42_ipv6_02 nfs02 -6 -v 4.2 -t tcp
 
 nfs3_03 nfs03 -v 3 -t udp
-nfs4_03 nfs03 -v 3 -t tcp
+nfs4_03 nfs03 -v 4 -t tcp
 nfs41_03 nfs03 -v 4.1 -t tcp
 nfs42_03 nfs03 -v 4.2 -t tcp
 nfs3_ipv6_03 nfs03 -6 -v 3 -t udp
@@ -30,7 +30,7 @@ nfs41_ipv6_03 nfs03 -6 -v 4.1 -t tcp
 nfs42_ipv6_03 nfs03 -6 -v 4.2 -t tcp
 
 nfs3_04 nfs04 -v 3 -t udp
-nfs4_04 nfs04 -v 3 -t tcp
+nfs4_04 nfs04 -v 4 -t tcp
 nfs41_04 nfs04 -v 4.1 -t tcp
 nfs42_04 nfs04 -v 4.2 -t tcp
 nfs3_ipv6_04 nfs04 -6 -v 3 -t udp
-- 
1.8.3.1




^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [LTP] [PATCH] runtest/net.nfs: fix version typo
  2017-03-15 10:55 [LTP] [PATCH] runtest/net.nfs: fix version typo Xiao Yang
@ 2017-04-28  7:58 ` Xiao Yang
  2017-04-28 11:18   ` Cyril Hrubis
  2017-04-28 15:24 ` Alexey Kodanev
  1 sibling, 1 reply; 6+ messages in thread
From: Xiao Yang @ 2017-04-28  7:58 UTC (permalink / raw)
  To: ltp

Hi Alexey, Cyril

ping :-)

Thanks,
Xiao Yang

On 2017/03/15 18: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
>  nfs41_02 nfs02 -v 4.1 -t tcp
>  nfs42_02 nfs02 -v 4.2 -t tcp
>  nfs3_ipv6_02 nfs02 -6 -v 3 -t udp
> @@ -21,7 +21,7 @@ nfs41_ipv6_02 nfs02 -6 -v 4.1 -t tcp
>  nfs42_ipv6_02 nfs02 -6 -v 4.2 -t tcp
>  
>  nfs3_03 nfs03 -v 3 -t udp
> -nfs4_03 nfs03 -v 3 -t tcp
> +nfs4_03 nfs03 -v 4 -t tcp
>  nfs41_03 nfs03 -v 4.1 -t tcp
>  nfs42_03 nfs03 -v 4.2 -t tcp
>  nfs3_ipv6_03 nfs03 -6 -v 3 -t udp
> @@ -30,7 +30,7 @@ nfs41_ipv6_03 nfs03 -6 -v 4.1 -t tcp
>  nfs42_ipv6_03 nfs03 -6 -v 4.2 -t tcp
>  
>  nfs3_04 nfs04 -v 3 -t udp
> -nfs4_04 nfs04 -v 3 -t tcp
> +nfs4_04 nfs04 -v 4 -t tcp
>  nfs41_04 nfs04 -v 4.1 -t tcp
>  nfs42_04 nfs04 -v 4.2 -t tcp
>  nfs3_ipv6_04 nfs04 -6 -v 3 -t udp




^ permalink raw reply	[flat|nested] 6+ messages in thread

* [LTP] [PATCH] runtest/net.nfs: fix version typo
  2017-04-28  7:58 ` Xiao Yang
@ 2017-04-28 11:18   ` Cyril Hrubis
  0 siblings, 0 replies; 6+ messages in thread
From: Cyril Hrubis @ 2017-04-28 11:18 UTC (permalink / raw)
  To: ltp

Hi!
> Hi Alexey, Cyril
> 
> ping :-)

Thanks for the ping, looks like obvious typo to me, pushed.

-- 
Cyril Hrubis
chrubis@suse.cz

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [LTP] [PATCH] runtest/net.nfs: fix version typo
  2017-03-15 10:55 [LTP] [PATCH] runtest/net.nfs: fix version typo Xiao Yang
  2017-04-28  7:58 ` Xiao Yang
@ 2017-04-28 15:24 ` Alexey Kodanev
  2017-05-05 13:50   ` Cyril Hrubis
  1 sibling, 1 reply; 6+ messages in thread
From: Alexey Kodanev @ 2017-04-28 15:24 UTC (permalink / raw)
  To: ltp

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [LTP] [PATCH] runtest/net.nfs: fix version typo
  2017-04-28 15:24 ` Alexey Kodanev
@ 2017-05-05 13:50   ` Cyril Hrubis
  2017-05-11 10:50     ` Alexey Kodanev
  0 siblings, 1 reply; 6+ messages in thread
From: Cyril Hrubis @ 2017-05-05 13:50 UTC (permalink / raw)
  To: ltp

Hi!
> >  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
> ...

Sounds reasonable, feel free to commit this before the release.

-- 
Cyril Hrubis
chrubis@suse.cz

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [LTP] [PATCH] runtest/net.nfs: fix version typo
  2017-05-05 13:50   ` Cyril Hrubis
@ 2017-05-11 10:50     ` Alexey Kodanev
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Kodanev @ 2017-05-11 10:50 UTC (permalink / raw)
  To: ltp

Hi,
On 05/05/2017 04:50 PM, Cyril Hrubis wrote:
> Hi!
>>>  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
>> ...
> Sounds reasonable, feel free to commit this before the release.

Also added a few more test-cases with NFSv3 over TCP, patch applied.

Best regards,
Alexey


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-05-11 10:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-15 10:55 [LTP] [PATCH] runtest/net.nfs: fix version typo Xiao Yang
2017-04-28  7:58 ` Xiao Yang
2017-04-28 11:18   ` Cyril Hrubis
2017-04-28 15:24 ` Alexey Kodanev
2017-05-05 13:50   ` Cyril Hrubis
2017-05-11 10:50     ` Alexey Kodanev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox