Ignore thread_name suffix. Signed-off-by: Ilya Maximets <i.maxim...@samsung.com> --- tests/ofproto-dpif.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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 ]) -- 2.5.0 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev