tempest/tempest/lib
zhufl 071e94c31c Set timeout value in urllib3.poolmanager.PoolManager
If timeout is not set in urllib3.poolmanager.PoolManager, it will
use "Python's default timeout for sockets", but if "timeout for
sockets" is not set, the timeout will be infinite(will not timeout).
so this is intented to set timeout value in urllib3.poolmanager.
PoolManager to avoid infinite timeout.

Change-Id: Ic035fdb93734c926b26b33feb610e0977e48c646
Closes-Bug: #1558931
2016-08-01 00:47:24 +00:00
..
api_schema Extend server schema for extended volume attribute 2016-07-05 19:34:32 +09:00
cli Revert "Modify --endpoint-type to --os-endpoint-type for nova" 2016-05-30 16:43:38 +00:00
cmd Correct mispell words in comments 2016-05-09 10:52:01 +08:00
common Set timeout value in urllib3.poolmanager.PoolManager 2016-08-01 00:47:24 +00:00
services Set timeout value in urllib3.poolmanager.PoolManager 2016-08-01 00:47:24 +00:00
__init__.py Migrate tempest-lib code into new lib dir 2016-02-23 14:15:04 -05:00
auth.py Set timeout value in urllib3.poolmanager.PoolManager 2016-08-01 00:47:24 +00:00
base.py Migrate tempest-lib code into new lib dir 2016-02-23 14:15:04 -05:00
decorators.py Use @wraps decorator 2016-05-29 13:13:49 +03:00
exceptions.py Factor up (most) CONF value in clients.Manager 2016-07-06 23:54:26 +01:00