diff mbox

[ovs-dev,05/10] ofproto-dpif.at: Allow output from all threads in 'patch ports - stack'.

Message ID 1457968700-23125-6-git-send-email-i.maximets@samsung.com
State Superseded
Headers show

Commit Message

Ilya Maximets March 14, 2016, 3:18 p.m. UTC
Ignore thread_name suffix.

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
---
 tests/ofproto-dpif.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff March 23, 2016, 12:54 a.m. UTC | #1
On Mon, Mar 14, 2016 at 06:18:15PM +0300, Ilya Maximets wrote:
> Ignore thread_name suffix.
> 
> Signed-off-by: Ilya Maximets <i.maximets@samsung.com>

Acked-by: Ben Pfaff <blp@ovn.org>
diff mbox

Patch

diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at
index 8868ddd..6a12484 100644
--- a/tests/ofproto-dpif.at
+++ b/tests/ofproto-dpif.at
@@ -6250,7 +6250,7 @@  AT_CHECK([strip_ufid < ovs-vswitchd.log | filter_flow_install | strip_used], [0]
 recirc_id=0,ip,in_port=100,vlan_tci=0x0000,nw_src=192.168.0.1,nw_frag=no, actions:101,set(ipv4(src=255.255.255.254)),2
 ])
 
-AT_CHECK([grep -e '|nx_match|WARN|' ovs-vswitchd.log | sed "s/^.*|WARN|//"], [0], [dnl
+AT_CHECK([grep -e '|nx_match.*|WARN|' ovs-vswitchd.log | sed "s/^.*|WARN|//"], [0], [dnl
 Failed to pop from an empty stack. On flow
 ])