diff mbox

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

Message ID 1474921443-80906-1-git-send-email-pshelar@ovn.org
State Accepted
Headers show

Commit Message

Pravin Shelar Sept. 26, 2016, 8:24 p.m. UTC
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 <joe@ovn.org>
Signed-off-by: Pravin B Shelar <pshelar@ovn.org>
---
 tests/ofproto-macros.at | 1 +
 1 file changed, 1 insertion(+)

Comments

Joe Stringer Sept. 26, 2016, 10:08 p.m. UTC | #1
On 26 September 2016 at 13:24, Pravin B Shelar <pshelar@ovn.org> 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 <joe@ovn.org>
> Signed-off-by: Pravin B Shelar <pshelar@ovn.org>

Acked-by: Joe Stringer <joe@ovn.org>
Pravin Shelar Sept. 26, 2016, 11:32 p.m. UTC | #2
On Mon, Sep 26, 2016 at 3:08 PM, Joe Stringer <joe@ovn.org> wrote:
> On 26 September 2016 at 13:24, Pravin B Shelar <pshelar@ovn.org> 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 <joe@ovn.org>
>> Signed-off-by: Pravin B Shelar <pshelar@ovn.org>
>
> Acked-by: Joe Stringer <joe@ovn.org>

Thanks.
I pushed patch to master and branch-2.6.
diff mbox

Patch

diff --git a/tests/ofproto-macros.at b/tests/ofproto-macros.at
index 79dedf4..a4303dc 100644
--- a/tests/ofproto-macros.at
+++ b/tests/ofproto-macros.at
@@ -370,6 +370,7 @@  check_logs () {
     done
 
     sed -n "$1
+/.*OVS IPsec tunnel support is deprecated./d
 /timeval.*Unreasonably long [[0-9]]*ms poll interval/d
 /timeval.*faults: [[0-9]]* minor, [[0-9]]* major/d
 /timeval.*disk: [[0-9]]* reads, [[0-9]]* writes/d