python-cinderclient/cinderclient/tests/unit
scottda 27e6f6f7f8 Add /v3 endpoint support for cinderclient
Add support for Cinder API /v3 endpoint.
A couple of unit tests for /v3 endpoint were added to v3/test_shell.py
to ensure that the v3 shell works, and to also test that modules work
with:
from cinderclient.v2.availability_zones import *
syntax.

Change-Id: I6ae0ada221bebb4ab1850d9c99b10fcbb585201f
Implements: https://blueprints.launchpad.net/python-cinderclient/+spec/add-v3-endpoint-support
2016-04-18 10:49:51 -06:00
..
fixture_data Removed Extra code 2016-03-14 06:20:32 +00:00
v1 Merge "Removed Extra code" 2016-03-24 18:38:53 +00:00
v2 Merge "Add tests for delete type by name" 2016-04-07 13:42:00 +00:00
v3 Add /v3 endpoint support for cinderclient 2016-04-18 10:49:51 -06:00
__init__.py Move unit tests into test directory 2015-03-23 21:20:10 -06:00
fakes.py Use instanceof instead of type 2016-02-24 13:46:39 -06:00
test_auth_plugins.py Set default OS_VOLUME_API_VERSION to '2' 2015-07-30 18:24:57 +03:00
test_base.py Fix Resource.__eq__ mismatch semantics of object equal 2016-03-01 08:47:25 +00:00
test_client.py Merge "Avoid logging sensitive info in http requests." 2016-02-29 22:06:26 +00:00
test_exceptions.py Fix ClientException init when there is no message on py34 2015-08-04 14:21:52 -07:00
test_http.py Move unit tests into test directory 2015-03-23 21:20:10 -06:00
test_service_catalog.py Move unit tests into test directory 2015-03-23 21:20:10 -06:00
test_shell.py Pass insecure option to HTTPClient 2016-01-27 15:11:41 -06:00
test_utils.py Fix omission of request_ids returned to user 2016-02-17 16:45:11 +08:00
utils.py Return wrapper classes with request_ids attribute 2016-01-28 23:19:57 -08:00