ovsdbapp/ovsdbapp/tests/functional/schema/ovn_southbound
Terry Wilson 61935457bd Handle events with conditions and match_fn
The original goal of adding match_fn() the ovs_idl backend
implementation of RowEvent was to give an option to specify more
complex matching behavior than conditions/old_conditions allowed.

It was never intended that users would use both together, but it
also was not documented that that was the case. This patch allows
conditions and match_fn() to be treated as a logical AND to avoid
accidentally removing conditions when adding a match_fn()

Change-Id: Ifc18bf42e2a0ce8247bf986d14646f66d9554ca7
2023-10-03 14:14:33 -05:00
..
__init__.py Add OVN_Southbound API support 2017-07-31 23:26:16 -05:00
event.py Handle events with conditions and match_fn 2023-10-03 14:14:33 -05:00
fixtures.py Remove ovsdb_connection singleton for tests 2021-12-04 01:15:29 +00:00
test_impl_idl.py Handle events with conditions and match_fn 2023-10-03 14:14:33 -05:00