All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] network/rdist01: Use correct variables
@ 2017-01-18 12:04 Petr Vorel
  2017-02-28 21:20 ` Petr Vorel
  0 siblings, 1 reply; 4+ messages in thread
From: Petr Vorel @ 2017-01-18 12:04 UTC (permalink / raw)
  To: ltp

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
 testcases/network/tcp_cmds/rdist/rdist01 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testcases/network/tcp_cmds/rdist/rdist01 b/testcases/network/tcp_cmds/rdist/rdist01
index 4bc239f98..9fdaf1bed 100755
--- a/testcases/network/tcp_cmds/rdist/rdist01
+++ b/testcases/network/tcp_cmds/rdist/rdist01
@@ -135,10 +135,10 @@ check_result()
                 TOTAL_SUM=$(( $TOTAL_SUM + $i ))
             done
             if [ $TOTAL_SUM -eq $LSUM ]; then
-                tst_resm TINFO "Success rdist in $c_ruser@$c_rhost "
+                tst_resm TINFO "Success rdist in $c_ruser@$c_rhost"
                 rsh -n -l $c_ruser $c_rhost "rm -rf $FILES"
             else
-                end_testcase "Wrong sum doing rdist in $curr_ruser@$curr_rhost"
+                end_testcase "Wrong sum doing rdist in $c_ruser@$c_rhost"
             fi
        done
    done
-- 
2.11.0


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

* [LTP] [PATCH 1/1] network/rdist01: Use correct variables
  2017-01-18 12:04 [LTP] [PATCH 1/1] network/rdist01: Use correct variables Petr Vorel
@ 2017-02-28 21:20 ` Petr Vorel
  2017-10-03  8:40   ` Petr Vorel
  0 siblings, 1 reply; 4+ messages in thread
From: Petr Vorel @ 2017-02-28 21:20 UTC (permalink / raw)
  To: ltp

> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
>  testcases/network/tcp_cmds/rdist/rdist01 | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

> diff --git a/testcases/network/tcp_cmds/rdist/rdist01 b/testcases/network/tcp_cmds/rdist/rdist01
> index 4bc239f98..9fdaf1bed 100755
> --- a/testcases/network/tcp_cmds/rdist/rdist01
> +++ b/testcases/network/tcp_cmds/rdist/rdist01
> @@ -135,10 +135,10 @@ check_result()
>                  TOTAL_SUM=$(( $TOTAL_SUM + $i ))
>              done
>              if [ $TOTAL_SUM -eq $LSUM ]; then
> -                tst_resm TINFO "Success rdist in $c_ruser@$c_rhost "
> +                tst_resm TINFO "Success rdist in $c_ruser@$c_rhost"
>                  rsh -n -l $c_ruser $c_rhost "rm -rf $FILES"
>              else
> -                end_testcase "Wrong sum doing rdist in $curr_ruser@$curr_rhost"
> +                end_testcase "Wrong sum doing rdist in $c_ruser@$c_rhost"
>              fi
>         done
>     done

Ping. Or is it needed to rewrite test?


Kind regards,
Petr

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

* [LTP] [PATCH 1/1] network/rdist01: Use correct variables
  2017-02-28 21:20 ` Petr Vorel
@ 2017-10-03  8:40   ` Petr Vorel
  2017-10-06 14:26     ` Alexey Kodanev
  0 siblings, 1 reply; 4+ messages in thread
From: Petr Vorel @ 2017-10-03  8:40 UTC (permalink / raw)
  To: ltp

> > Signed-off-by: Petr Vorel <pvorel@suse.cz>
> > ---
> >  testcases/network/tcp_cmds/rdist/rdist01 | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)

> > diff --git a/testcases/network/tcp_cmds/rdist/rdist01 b/testcases/network/tcp_cmds/rdist/rdist01
> > index 4bc239f98..9fdaf1bed 100755
> > --- a/testcases/network/tcp_cmds/rdist/rdist01
> > +++ b/testcases/network/tcp_cmds/rdist/rdist01
> > @@ -135,10 +135,10 @@ check_result()
> >                  TOTAL_SUM=$(( $TOTAL_SUM + $i ))
> >              done
> >              if [ $TOTAL_SUM -eq $LSUM ]; then
> > -                tst_resm TINFO "Success rdist in $c_ruser@$c_rhost "
> > +                tst_resm TINFO "Success rdist in $c_ruser@$c_rhost"
> >                  rsh -n -l $c_ruser $c_rhost "rm -rf $FILES"
> >              else
> > -                end_testcase "Wrong sum doing rdist in $curr_ruser@$curr_rhost"
> > +                end_testcase "Wrong sum doing rdist in $c_ruser@$c_rhost"
> >              fi
> >         done
> >     done

> Ping. Or is it needed to rewrite test?
Ping again.


Kind regards,
Petr

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

* [LTP] [PATCH 1/1] network/rdist01: Use correct variables
  2017-10-03  8:40   ` Petr Vorel
@ 2017-10-06 14:26     ` Alexey Kodanev
  0 siblings, 0 replies; 4+ messages in thread
From: Alexey Kodanev @ 2017-10-06 14:26 UTC (permalink / raw)
  To: ltp

On 10/03/2017 11:40 AM, Petr Vorel wrote:
>>> Signed-off-by: Petr Vorel <pvorel@suse.cz>
>>> ---
>>>  testcases/network/tcp_cmds/rdist/rdist01 | 4 ++--
>>>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied.

Thanks,
Alexey


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

end of thread, other threads:[~2017-10-06 14:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-18 12:04 [LTP] [PATCH 1/1] network/rdist01: Use correct variables Petr Vorel
2017-02-28 21:20 ` Petr Vorel
2017-10-03  8:40   ` Petr Vorel
2017-10-06 14:26     ` Alexey Kodanev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.