python-novaclient/tests
Roman Podolyaka 27e904af69 Use HTTP keep-alive feature in HTTPClient class
Currently  HTTPClient creates a new TCP connection for each
API request. We could actually reuse created connections by
relying upon HTTP keep-alive feature.  That would enable us
to do a few queries in a row more efficiently.

Fixes bug 1170385.

Change-Id: Ie6d8fb9670938e3790017509a242630b67abd794
2013-04-19 09:46:17 +03:00
..
v1_1 Use HTTP keep-alive feature in HTTPClient class 2013-04-19 09:46:17 +03:00
__init__.py Initial commit from fork 2011-01-25 14:01:22 -06:00
fakes.py Merge "A minimum of Python3 fixes so that installation works without errors/warnings." 2013-03-01 23:50:39 +00:00
test_auth_plugins.py Use HTTP keep-alive feature in HTTPClient class 2013-04-19 09:46:17 +03:00
test_base.py Removed v1.0 support. 2011-12-15 23:10:59 +00:00
test_client.py Use HTTP keep-alive feature in HTTPClient class 2013-04-19 09:46:17 +03:00
test_discover.py Fix Copyright Headers from LLC to Foundation 2013-03-13 20:12:23 -04:00
test_http.py Use HTTP keep-alive feature in HTTPClient class 2013-04-19 09:46:17 +03:00
test_service_catalog.py Make region case insensitive. 2012-08-29 13:16:50 +02:00
test_shell.py Correct a unit test failure that crept into trunk 2013-04-08 16:38:07 -05:00
test_utils.py Ensure list output function can support non-sorting printing 2013-01-17 11:51:46 +08:00
utils.py Update to requests >= 0.8 2013-02-11 12:49:28 +01:00