Re: [ovs-dev] [PATCH v2 2/2] tests: Add a tunnel packet-out test.

2016-06-02 Thread Daniele Di Proietto
On 02/06/2016 14:52, "Ben Pfaff" wrote: >On Fri, May 20, 2016 at 11:42:08AM -0700, Daniele Di Proietto wrote: >> We only stress the same code path in testcase "ovn -- 3 HVs, 3 LS, >> 3 lports/LS, 1 LR", which is slow to execute under valgrind. >> >> It's probably worth adding a separate cas

Re: [ovs-dev] [PATCH v2 2/2] tests: Add a tunnel packet-out test.

2016-06-02 Thread Ben Pfaff
On Fri, May 20, 2016 at 11:42:08AM -0700, Daniele Di Proietto wrote: > We only stress the same code path in testcase "ovn -- 3 HVs, 3 LS, > 3 lports/LS, 1 LR", which is slow to execute under valgrind. > > It's probably worth adding a separate case. > > Signed-off-by: Daniele Di Proietto Thank y