cinder/cinder/tests/unit/objects
Michal Dulko 0e76126136 Backup object
This patch adds VersionedObjects abstraction layer to volume backups.
The object derives from CinderObjectDictCompat, so it supports both
object (obj.prop) and dict (obj['prop']) syntax to access properties.
Complete move to object notation will be made in a follow up clean up
patch.

Co-Authored-By: Grzegorz Grasza <grzegorz.grasza@intel.com>

Change-Id: Icff37261b367463b71a1268be16f9c97f595bf0c
Partial-Implements: blueprint cinder-objects
2015-06-18 10:17:53 +02:00
..
__init__.py Move unit tests into dedicated directory 2015-04-21 18:40:40 -06:00
test_backup.py Backup object 2015-06-18 10:17:53 +02:00
test_snapshot.py Complete switch to snapshot objects 2015-06-05 11:59:39 +08:00
test_volume.py Switch to oslo_versionedobjects 2015-05-13 08:36:53 -07:00