python-novaclient/novaclient/tests
Michal Dulko 310b87ecbb Add retry_after only to exceptions supporting it
Having retry_after in HTTP response header for 403 status code caused
client to fail with TypeError exception about unexpected keyword
argument. This is related to bug in nova-api. To prevent this kind of
client problems in the future patch adds check to from_response
function to pass retry-after header only to classes that inherit
from RetryAfterException and regression unit tests.

Change-Id: I6bfc8b33eb591d30b3c647397b11100094718e13
Closes-Bug: 1365251
2014-09-18 13:07:17 +02:00
..
fixture_data Merge "Use Token fixtures from keystoneclient" 2014-09-09 08:10:34 +00:00
v1_1 Merge "Enhance network-list to allow --fields" 2014-09-10 12:09:06 +00:00
v3 Merge "Use oslo.utils" 2014-09-08 17:39:25 +00:00
__init__.py Move tests into the novaclient package. 2013-05-25 08:23:14 +02:00
fakes.py Enable hacking check for Apache 2.0 license 2013-12-06 10:47:41 +10:30
idfake.pem Allows users to retrieve ciphered VM passwords 2013-11-27 17:26:39 +01:00
test_auth_plugins.py Use Token fixtures from keystoneclient 2014-08-27 10:19:18 +10:00
test_base.py Enables H306 pep8 rules 2013-12-12 17:43:08 +00:00
test_client.py Merge "Don't log sensitive auth data" 2014-07-28 05:43:11 +00:00
test_discover.py Enables H306 pep8 rules 2013-12-12 17:43:08 +00:00
test_http.py Add retry_after only to exceptions supporting it 2014-09-18 13:07:17 +02:00
test_service_catalog.py Use Token fixtures from keystoneclient 2014-08-27 10:19:18 +10:00
test_shell.py Merge "Fix variable error for nova --service-type" 2014-08-23 01:50:50 +00:00
test_utils.py Revert "Reuse exceptions from Oslo" 2014-07-14 09:43:44 -04:00
utils.py Convert to requests-mock 2014-08-06 22:46:55 +00:00