tempest/tempest/lib
Andrea Frittoli (andreaf) e07579c603 Migrate service_clients to tempest.lib
Migrate the service_clients module to tempest.lib.services.clients.
Migrate related unit tests as well.

The clients module atm imports plugin.py from Tempest which is not
allowed via hacking to avoid cirtular dependencies.
If there is no way around this, I will have to remove the self
registration of the service clients from plugins, and ask the
plugins to do the registration themselves - which is a pity. Ideas?

Change-Id: I40e3478f69af62a7cdc14fa65ed21dcfbbe10e72
2016-08-05 16:23:26 +01:00
..
api_schema Add new live_migration case to support block_migration=auto 2016-07-17 21:56:26 +09:00
cli Revert "Modify --endpoint-type to --os-endpoint-type for nova" 2016-05-30 16:43:38 +00:00
cmd Removes explicit looping over dict .keys() method 2016-07-11 16:45:22 +02:00
common Merge "Fix notes which differnt from actual parameters" 2016-08-04 03:09:48 +00:00
services Migrate service_clients to tempest.lib 2016-08-05 16:23:26 +01:00
__init__.py Migrate tempest-lib code into new lib dir 2016-02-23 14:15:04 -05:00
auth.py Merge "Set timeout value in urllib3.poolmanager.PoolManager" 2016-08-01 20:08:37 +00:00
base.py Remove unused LOG 2016-07-08 13:45:40 +08:00
decorators.py Use @wraps decorator 2016-05-29 13:13:49 +03:00
exceptions.py Service Clients registration interface for plugins 2016-07-26 22:52:33 +01:00