neutron/neutron/tests
Kevin Benton b87715d764 Protect against '.delete()' for quota and revisions
The devref was suggesting to do exactly the wrong thing for cases where
we have SQLAlchemy event listeners waiting for deleted objects.
DELETE statements fail to trigger any kind of SQLAlchemy event
listeners and the majority of our delete operations are small
(<10 items at once) so the performance difference is negligible
(especially since we do it so infrequently).

Change-Id: Id142179418a7b94d8d9695871b3fcd5dcc64730c
2017-01-09 09:09:18 -08:00
..
common Merge "Replace nc command with ncat" 2017-01-07 03:15:48 +00:00
contrib Replace nc command with ncat 2017-01-03 16:09:14 +00:00
etc Remove FWaaS policy.json entries 2016-09-06 21:30:41 +00:00
fullstack Fullstack tests for DHCP agent HA 2017-01-04 22:48:46 +00:00
functional Merge "neutron-lib: use CORE from neutron lib constants" 2017-01-07 03:38:16 +00:00
retargetable Adopt neutron-lib plugin directory 2016-11-23 04:45:33 -07:00
tempest Merge "Replaces uuid.uuid4 with uuidutils.generate_uuid()" 2017-01-07 05:47:01 +00:00
unit Protect against '.delete()' for quota and revisions 2017-01-09 09:09:18 -08:00
var
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Adopt neutron-lib plugin directory 2016-11-23 04:45:33 -07:00
fake_notifier.py
post_mortem_debug.py Cleanup recent generalization in post mortem debugger 2014-12-04 15:28:11 +01:00
tools.py Use get_random_string from neutron-lib 2016-12-18 21:18:05 +02:00