Re: [ovs-dev] [PATCH] tunnel-tests: Fix travis build failure.

2016-03-24 Thread pravin shelar
On Thu, Mar 24, 2016 at 11:28 AM, Ben Pfaff wrote: > On Thu, Mar 24, 2016 at 11:22:03AM -0700, Pravin B Shelar wrote: >> Travis does not allow tcpdump utility which causes the neighbour >> discovery and ARP verification tests failures. Following patch >> fixes the issue by using ovs-pcap utility i

Re: [ovs-dev] [PATCH] tunnel-tests: Fix travis build failure.

2016-03-24 Thread Ben Pfaff
On Thu, Mar 24, 2016 at 11:22:03AM -0700, Pravin B Shelar wrote: > Travis does not allow tcpdump utility which causes the neighbour > discovery and ARP verification tests failures. Following patch > fixes the issue by using ovs-pcap utility instead of tcpdump. > > Suggested-by: Daniele Di Proietto

[ovs-dev] [PATCH] tunnel-tests: Fix travis build failure.

2016-03-24 Thread Pravin B Shelar
Travis does not allow tcpdump utility which causes the neighbour discovery and ARP verification tests failures. Following patch fixes the issue by using ovs-pcap utility instead of tcpdump. Suggested-by: Daniele Di Proietto Signed-off-by: Pravin B Shelar --- tests/tunnel-push-pop-ipv6.at | 10 +