ovsdbapp/ovsdbapp/tests/unit
Terry Wilson 4eabf17683 Make it possible to opt out of nested transactions
Nested transactions work for simple things, but intermediate
results from transaction commands like create/add that are used
in subsequent nested transactions won't exist until the the end of
the whole nested transaction, causing failures. Since this can be
surprising, make it possible to easily opt out on a per-transaction
or per-API basis.

Change-Id: I4f7997d5dc11a190e188c16e8eac9fe5df8b0d0d
2019-03-19 07:49:06 -05:00
..
backend Fix a typo in docstring 2018-12-11 17:25:29 +08:00
schema Make it possible to opt out of nested transactions 2019-03-19 07:49:06 -05:00
__init__.py Add some bridge and port functional tests 2017-03-17 15:06:15 -05:00
test_api.py Make it possible to opt out of nested transactions 2019-03-19 07:49:06 -05:00
test_event.py Return False when comparing a RowEvent to something else 2017-07-26 13:23:18 -05:00
test_utils.py Remove the oslo-utils dependency 2018-08-21 11:16:26 +02:00