Re: [ovs-dev] [PATCH] tests: Fix tunnel push pop test failure.

2016-05-11 Thread pravin shelar
On Wed, May 11, 2016 at 11:05 AM, Joe Stringer wrote: > On 11 May 2016 at 10:46, Pravin B Shelar wrote: >> Sort the list of arp entries to get predictable output. >> >> Signed-off-by: Pravin B Shelar > > Thanks for the fix. > > Acked-by: Joe

Re: [ovs-dev] [PATCH] tests: Fix tunnel push pop test failure.

2016-05-11 Thread Joe Stringer
On 11 May 2016 at 10:46, Pravin B Shelar wrote: > Sort the list of arp entries to get predictable output. > > Signed-off-by: Pravin B Shelar Thanks for the fix. Acked-by: Joe Stringer ___ dev mailing

[ovs-dev] [PATCH] tests: Fix tunnel push pop test failure.

2016-05-11 Thread Pravin B Shelar
Sort the list of arp entries to get predictable output. Signed-off-by: Pravin B Shelar --- tests/tunnel-push-pop-ipv6.at | 4 +--- tests/tunnel-push-pop.at | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/tunnel-push-pop-ipv6.at