[ovs-dev] [PATCH] testsuite: Ignore IPsec deprecation msg.

2016-09-26 Thread Pravin B Shelar
Fixes test failure seen due to the IPsec tunnel deprecation messages in test logs. Fixes: 9e9d0384910e ("openvswitch: deprecates support for IPsec tunnel port."). Reported-by: Joe Stringer Signed-off-by: Pravin B Shelar --- tests/ofproto-macros.at | 1 + 1 file changed, 1 insertion(+) diff --g

Re: [ovs-dev] [PATCH] testsuite: Ignore IPsec deprecation msg.

2016-09-26 Thread Joe Stringer
On 26 September 2016 at 13:24, Pravin B Shelar wrote: > Fixes test failure seen due to the IPsec tunnel deprecation > messages in test logs. > > Fixes: 9e9d0384910e ("openvswitch: deprecates support for IPsec tunnel > port."). > Reported-by: Joe Stringer > Signed-off-by: Pravin B Shelar Acked-

Re: [ovs-dev] [PATCH] testsuite: Ignore IPsec deprecation msg.

2016-09-26 Thread pravin shelar
On Mon, Sep 26, 2016 at 3:08 PM, Joe Stringer wrote: > On 26 September 2016 at 13:24, Pravin B Shelar wrote: >> Fixes test failure seen due to the IPsec tunnel deprecation >> messages in test logs. >> >> Fixes: 9e9d0384910e ("openvswitch: deprecates support for IPsec tunnel >> port."). >> Report