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