commit | f082079797b61f4a5c7db430725dd161cc0885f6 | [log] [tgz] |
---|---|---|
author | Andrea Frittoli <andrea.frittoli@gmail.com> | Wed Aug 16 13:02:20 2017 +0100 |
committer | Andrea Frittoli <andrea.frittoli@gmail.com> | Wed Oct 18 20:35:23 2017 +0100 |
tree | 539c2a086119c5bb957bd920885b28f18416d2e6 | |
parent | e56964dfbe6bca0c3acee7891111d9e12d0cc4e2 [diff] |
Don't read config in Manager class definition tempest.clients.Manager loads config in the class definition which triggers reading the config file during test discovery. Config is loaded via the service_client_config helper, but that's not needed anymore since service clients get their configuration via the registry (or via a call to service_client_config at __init__ time in case of the swift service client). Change-Id: Iddcfc7227f8ff1b574729a2eb8ebb63e23f09ea5