neutron/neutron/tests/unit/plugins
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 Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
ml2 objects: support advanced criteria for get_objects 2016-05-31 12:23:13 +02:00
__init__.py Reorganize unit test tree 2015-04-06 23:28:31 +00:00