neutron/neutron/tests
Ihar Hrachyshka 5decc850f1 objects: support advanced criteria for get_objects
Those are needed to accommodate to API request needs without handling
sorting or pagination in Python.

Instead of adding four new arguments to get_objects interface, they are
consolidated using a single Pager object that is passed through the
_pager argument. The name uses underscore to avoid breaking objects that
want to pass 'pager' filter into SQLAlchemy. Hopefully, no objects will
ever have '_pager' attribute in their models.

Related-Bug: #1541928
Change-Id: I7dafc4dbd80f0ac35dbc2c2f30e56e441f5b1fc0
2016-05-31 12:23:13 +02:00
..
common Merge "Avoid eventlet monkey patching for the tempest plugin" 2016-05-06 21:16:36 +00:00
contrib Merge "Add service-type extension to flavors plugin" 2016-05-23 19:49:37 +00:00
etc Associate subnets to segments through subnet API 2016-05-10 15:56:48 -06:00
fullstack fullstack: test for snat and floatingip 2016-05-20 13:25:59 +00:00
functional Merge "Pecan: Backwards compatible/cleaner init" 2016-05-23 17:37:09 +00:00
retargetable Use exceptions from neutron-lib 2016-04-21 21:29:44 -04:00
tempest Merge "Add test that ensures subnet is usable after update" 2016-05-20 20:14:09 +00:00
unit objects: support advanced criteria for get_objects 2016-05-31 12:23:13 +02:00
var
__init__.py Avoid eventlet monkey patching for the tempest plugin 2016-04-29 22:47:24 -05:00
base.py Revert "Remove threading before process forking" 2016-05-05 21:07:21 +00: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 Introducing the Subnet OVO 2016-05-21 13:56:16 +02:00