Re: [ovs-dev] [test-kmod improvements 5/6] test: capture ping output into a file

2015-02-06 Thread Joe Stringer
On 5 February 2015 at 16:06, Andy Zhou wrote: > The ping output can be useful. There is no down side in saving it. > > Signed-off-by: Andy Zhou Acked-by: Joe Stringer ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

[ovs-dev] [test-kmod improvements 5/6] test: capture ping output into a file

2015-02-05 Thread Andy Zhou
The ping output can be useful. There is no down side in saving it. Signed-off-by: Andy Zhou --- tests/kmod-traffic.at | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/kmod-traffic.at b/tests/kmod-traffic.at index ddb2cb2..bcc4c17 100644 --- a/tests/kmod-traffic.at +++