glance/glance/tests/unit
Jay Pipes 1ab63ff5c9 Fixes LP Bug#861650 - Glance client deps
This patch addresses the dependency proliferation in
the glance client stuff. It removes references to modules
that contain non-client-necessary libraries (like
eventlet, xattr, sqlalchemy-migrate and sqlalchemy)
by restructuring the modules slightly.

Note that the additional httplib2 dependency is because
that is used in the authentication strategy stuff in
glance.common.auth. This could be rewritten to use httplib
instead, further reducing the dependencies of the client lib.

IMPORTANT NOTE: This patch changes the default entrypoint
for the Images API router application, and therefore this
should be merged along with the packaging changes in this
branch:

https://code.launchpad.net/~jaypipes/glance/ubuntu/+merge/82318

Change-Id: I5dbc8584fb77e3e011fb6ff3532f792f5103e242
2011-11-30 09:41:22 -05:00
..
__init__.py Move tests under the glance namespace. 2011-08-03 00:10:52 +02:00
test_api.py Fixes LP Bug#861650 - Glance client deps 2011-11-30 09:41:22 -05:00
test_clients.py Convert image id value to a uuid 2011-10-26 21:16:12 -04:00
test_config.py Allow glance-cache-* find their config files 2011-11-09 22:51:20 +00:00
test_context.py Add support for shared images 2011-08-15 16:20:49 -05:00
test_filesystem_store.py Convert image id value to a uuid 2011-10-26 21:16:12 -04:00
test_http_store.py Fixing bug 794582 - Now able to stream http(s) images 2011-09-19 15:56:20 -04:00
test_image_cache.py Fixes LP Bug#837817 - bin/glance cache disabled 2011-11-15 07:02:02 -05:00
test_migrations.conf Move tests under the glance namespace. 2011-08-03 00:10:52 +02:00
test_migrations.py Fixes Bug #851216 2011-09-16 13:49:52 -04:00
test_misc.py Adds option to encrypt 'location' metadata. 2011-11-03 17:25:01 +00:00
test_notifier.py Add notifications for uploads, updates and deletes 2011-08-15 19:58:57 +00:00
test_s3_store.py Convert image id value to a uuid 2011-10-26 21:16:12 -04:00
test_skip_examples.py Implemented @utils.skip_test, @utils.skip_unless and @utils.skip_if functionality in glance/test/utils.py. Added glance/tests/unit/test_skip_examples.py which contains example skip case usages. 2011-08-04 11:39:14 -05:00
test_store_location.py Move tests under the glance namespace. 2011-08-03 00:10:52 +02:00
test_swift_store.py Convert image id value to a uuid 2011-10-26 21:16:12 -04:00
test_utils.py Consolidate glance.utils into glance.common.utils 2011-11-01 11:15:56 -04:00
test_versions.py Fixes LP Bug #850685 2011-09-23 17:30:29 -04:00
test_wsgi.py Fixes LP Bug#861650 - Glance client deps 2011-11-30 09:41:22 -05:00