neutron/neutron/tests/unit/objects
Ihar Hrachyshka d4012705de objects: in get_object(s), filter by fields, not model attributes
This is needed for objects that have fields that have different names
comparing to corresponding attributes in the database. Updated test
cases to reflect that behaviour (pass field filters into object
get_object(s), but expect db_api functions to receive and return model
attributes).

Partially-Implements: blueprint adopt-oslo-versioned-objects-for-db
Change-Id: Ib65922eeaa9573312e3428c748ff415ef600052c
2016-06-09 08:53:16 +00:00
..
db objects: support advanced criteria for get_objects 2016-05-31 12:23:13 +02:00
extensions ovo: Introduce standard attributes to objects 2016-04-08 18:07:19 +00:00
port Port allowed address pairs to OVO 2016-04-18 13:55:10 +02:00
qos objects: support advanced criteria for get_objects 2016-05-31 12:23:13 +02:00
__init__.py objects.base: avoid db access if object does not have changes 2015-07-03 02:02:17 +03:00
test_address_scope.py Address Scope added to OVO 2016-04-19 09:58:19 -05:00
test_base.py objects: in get_object(s), filter by fields, not model attributes 2016-06-09 08:53:16 +00:00
test_common_types.py Integrate the port allowed address pairs VersionedObject in Neutron 2016-05-20 15:18:22 +02:00
test_objects.py Merge "OVO for VLAN aware VMs" 2016-05-25 19:29:18 +00:00
test_rbac_db.py objects: stop using internal _context attribute 2016-06-01 13:33:01 +02:00
test_subnet.py Introducing the Subnet OVO 2016-05-21 13:56:16 +02:00
test_subnetpool.py objects: SubnetPool, SubnetPoolPrefix 2016-04-01 15:20:33 +02:00
test_trunk.py OVO for VLAN aware VMs 2016-05-25 13:08:16 +03:00