glance_store/tests/unit
Ian Cordasco ac9bd0d83a Use a named enum for capability values
In Iedf0d4f829e46ca64c3f4fc6a7dfee54d9b0605b we added support for driver
capabilities in glance_store. That same change also used (mutable)
module globals to check driver capabilities. By moving the capability
definitions inside a subclass of IntEnum we retain all of the previous
functionality with the guarantee that the enum values will not change
once defined.

Change-Id: I13c7bd507252e793b2c790cc9b77c7b8db432d02
2015-02-13 19:48:02 +00:00
..
__init__.py Add tests w/ some fixes, although they don't run yet 2014-01-30 11:21:22 +01:00
test_cinder_store.py Add capabilities to storage driver 2015-02-08 12:41:47 +08:00
test_filesystem_store.py Add capabilities to storage driver 2015-02-08 12:41:47 +08:00
test_gridfs_store.py Add capabilities to storage driver 2015-02-08 12:41:47 +08:00
test_http_store.py Add capabilities to storage driver 2015-02-08 12:41:47 +08:00
test_opts.py Add capabilities to storage driver 2015-02-08 12:41:47 +08:00
test_rbd_store.py Add capabilities to storage driver 2015-02-08 12:41:47 +08:00
test_s3_store.py Use a named enum for capability values 2015-02-13 19:48:02 +00:00
test_sheepdog_store.py Add capabilities to storage driver 2015-02-08 12:41:47 +08:00
test_store_base.py Adding common.utils.exception_to_str() to avoid encoding issue 2014-09-19 11:19:34 +00:00
test_store_capabilities.py Use a named enum for capability values 2015-02-13 19:48:02 +00:00
test_swift_store_utils.py Enhance configuration handling 2014-09-24 11:56:11 +08:00
test_swift_store.py Use a named enum for capability values 2015-02-13 19:48:02 +00:00
test_utils.py Fix H402 2014-09-20 21:13:41 +03:00
test_vmware_store.py Add capabilities to storage driver 2015-02-08 12:41:47 +08:00