glance_store/glance_store/tests/unit
Jamie Lennox ab0254750a Refactor get_manager_for_store in an OO manner
get_manager_for_store is a weird function that switches based on the
class type of the first parameter. This is an odd throw back to pre
object orientated days where the object defines what it wants. Refactor
it to put the class on the object.

Change-Id: I0bca2607267aef3bda720cdfbbbe0e5a8093a20d
2016-10-14 17:39:35 +11:00
..
__init__.py Move glance_store tests into the main package 2015-06-12 15:15:10 +00:00
test_backend.py Add backend tests from glance 2016-01-28 14:09:39 -08:00
test_cinder_store.py Add cinder_volume_type to cinder store configuration 2016-10-12 10:11:58 +03:00
test_connection_manager.py Implement swift store connection manager 2016-02-26 10:08:43 +03:00
test_exceptions.py Improving GlanceStoreException 2015-10-06 15:34:34 +00:00
test_filesystem_store.py Fix argument order for assertEqual to (expected, observed) 2016-06-15 13:28:51 +08:00
test_http_store.py Fix argument order for assertEqual to (expected, observed) 2016-06-15 13:28:51 +08:00
test_opts.py Add cinder_volume_type to cinder store configuration 2016-10-12 10:11:58 +03:00
test_rbd_store.py Fix argument order for assertEqual to (expected, observed) 2016-06-15 13:28:51 +08:00
test_sheepdog_store.py Check that size is a number 2016-06-29 14:00:07 +00:00
test_store_base.py LOG.warn is deprecated in python3 2016-02-12 00:58:32 +03:00
test_store_capabilities.py Move glance_store tests into the main package 2015-06-12 15:15:10 +00:00
test_swift_store.py Refactor get_manager_for_store in an OO manner 2016-10-14 17:39:35 +11:00
test_swift_store_utils.py Move glance_store tests into the main package 2015-06-12 15:15:10 +00:00
test_vmware_store.py Fix header passed to requests 2016-08-18 19:50:45 -07:00