deb-python-cinderclient/cinderclient/tests/unit
Gorka Eguileor 6a00d30e96 Dynamic log level support
This patch adds support for microversion 3.32 allowing setting and
querying Cinder services' log levels.

Two new commands are available:

cinder service-get-log [--binary {,*,cinder-api,cinder-volume,cinder-scheduler,
                                  cinder-backup}]
                       [--server SERVER] [--prefix PREFIX]

cinder service-set-log [--binary {,*,cinder-api,cinder-volume,cinder-scheduler,
                                  cinder-backup}]
                       [--server SERVER] [--prefix PREFIX]
                       <log-level>

Implements: blueprint dynamic-log-levels
Depends-On: Ia5ef81135044733f1dd3970a116f97457b0371de
Change-Id: I50b5ea93464b15751e45afa0a05475651eeb53a8
2017-07-10 15:11:55 +02:00
..
fixture_data Replace uuid.uuid4().hex with uuidutils.generate_uuid() 2017-03-25 09:39:43 +08:00
v1 Fix pep8 errors 2017-03-15 13:42:49 +01:00
v2 Fix cmd options for updating a quota class 2017-06-20 07:56:54 +00:00
v3 Dynamic log level support 2017-07-10 15:11:55 +02:00
__init__.py Move unit tests into test directory 2015-03-23 21:20:10 -06:00
fake_actions_module.py Add "start_version" and "end_version" support to argparse 2016-08-16 16:16:13 +00:00
fakes.py Tests: Add info to assert_called failure message 2017-05-01 09:42:37 -04:00
test_api_versions.py Add get_highest_version method 2017-03-10 16:48:46 +00:00
test_auth_plugins.py Fix noauth support 2017-03-24 13:24:50 +02:00
test_base.py Fix adding non-ascii attrs to Resource objects error 2017-01-20 20:12:29 +00:00
test_client.py Fix noauth support 2017-03-24 13:24:50 +02:00
test_exceptions.py Cinder client should retry with Retry-After value 2016-07-06 11:42:20 +03:00
test_http.py support global_request_id in constructor 2017-05-25 06:08:30 -04:00
test_shell.py Do not require network for test_noauth_plugin() 2017-06-01 16:45:45 +02:00
test_utils.py Merge "Support list-volume for group show" 2017-06-14 18:45:36 +00:00
utils.py Switch to keystoneauth 2016-07-23 07:35:40 +10:00