Re: [ovs-dev] [PATCH 3/3] tests: Add basic vxlan tunnel sanity test.

2015-07-31 Thread Daniele Di Proietto
On 31/07/2015 01:30, "Joe Stringer" wrote: >On 30 July 2015 at 11:37, Daniele Di Proietto >wrote: >> I get a warning in the OVS log that causes this test to fail. >> >> It appears that when br0 is removed (in OVS_KMOD_VSWITCHD_STOP) >> OVS gets a rtnetlink message (because br0 had an address i

Re: [ovs-dev] [PATCH 3/3] tests: Add basic vxlan tunnel sanity test.

2015-07-30 Thread Joe Stringer
On 30 July 2015 at 11:37, Daniele Di Proietto wrote: > I get a warning in the OVS log that causes this test to fail. > > It appears that when br0 is removed (in OVS_KMOD_VSWITCHD_STOP) > OVS gets a rtnetlink message (because br0 had an address in the > routing table), but route_table_parse() fails

Re: [ovs-dev] [PATCH 3/3] tests: Add basic vxlan tunnel sanity test.

2015-07-30 Thread Joe Stringer
On 30 July 2015 at 12:02, Andy Zhou wrote: > On Wed, Jul 29, 2015 at 4:52 PM, Joe Stringer wrote: >> Signed-off-by: Joe Stringer >> --- >> tests/kmod-macros.at | 20 >> tests/kmod-traffic.at | 49 + >> 2 files changed, 69 ins

Re: [ovs-dev] [PATCH 3/3] tests: Add basic vxlan tunnel sanity test.

2015-07-30 Thread Andy Zhou
On Wed, Jul 29, 2015 at 4:52 PM, Joe Stringer wrote: > Signed-off-by: Joe Stringer > --- > tests/kmod-macros.at | 20 > tests/kmod-traffic.at | 49 + > 2 files changed, 69 insertions(+) > > diff --git a/tests/kmod-macros.at b/

Re: [ovs-dev] [PATCH 3/3] tests: Add basic vxlan tunnel sanity test.

2015-07-30 Thread Daniele Di Proietto
I get a warning in the OVS log that causes this test to fail. It appears that when br0 is removed (in OVS_KMOD_VSWITCHD_STOP) OVS gets a rtnetlink message (because br0 had an address in the routing table), but route_table_parse() fails, because if_indextoname() returns an error (the device is not

[ovs-dev] [PATCH 3/3] tests: Add basic vxlan tunnel sanity test.

2015-07-29 Thread Joe Stringer
Signed-off-by: Joe Stringer --- tests/kmod-macros.at | 20 tests/kmod-traffic.at | 49 + 2 files changed, 69 insertions(+) diff --git a/tests/kmod-macros.at b/tests/kmod-macros.at index 3487c67..be3c123 100644 --- a/tests/kmod