tempest/tempest/tests/common
Andrea Frittoli cad70e20cf Don't read config in cred_factory module
The credentials_factory module loads a few bit configuration
at module import time when the DEFAULT_PARAMS variable is defined.
This is not a good idea as it forces configuration to be loaded
even during test discovery. Besides DEFAULT_PARAMS was out of
date as it did not include http_timeout.

Replacing the DEFAULT_PARAMS variable with calls to
config.service_client_config().

Not loading CONF at test discovery time uncovered the fact that
the account generator unit tests were depending on oslo log
configuration parameters to be there. Mocking the log setup
step fixed the issue.

Change-Id: I6e0eb85b3749baedb6035f59ed1c66850f6c95fb
2017-10-24 08:42:29 +02:00
..
utils Using fixtures instead of deprecated mockpatch module 2017-05-11 14:17:17 +07:00
__init__.py Add unit test for data_utils 2014-03-10 16:23:16 +09:00
test_admin_available.py Migrate the preprov creds module to tempest lib 2017-07-21 16:14:41 -04:00
test_alt_available.py Migrate the preprov creds module to tempest lib 2017-07-21 16:14:41 -04:00
test_compute.py Handle the case that RFP negotiation message arrived early. 2017-06-26 22:37:32 +00:00
test_credentials_factory.py Don't read config in cred_factory module 2017-10-24 08:42:29 +02:00
test_custom_matchers.py Use assertIs(Not)None to check for None 2016-11-16 14:51:24 +08:00
test_image.py Add purge flag in image_meta_to_headers 2016-07-04 15:55:52 +08:00
test_waiters.py Add Tests for Groups Volume APIs - Part 2 2017-07-25 14:34:04 -07:00