openstack-python-openstackc.../openstackclient/tests/common
Dean Troyer 0d689871b4 Fix session timing
Subclass keystoneclient.session.Session to add the timing hooks to
record the elapsed time returned by requests.Response objects, including
the redirection history.  Redirects are included individually and not
rolled into the total time for the original request.

This works for all clients that use OSC's session.

Closes-Bug: #1402577
Change-Id: I9360c90c151579b89a37edb8c11c17feb15b3cb9
2015-04-07 23:53:31 -07:00
..
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
test_clientmanager.py Move OSC auth plugins so they can be found 2015-03-10 03:16:12 +00:00
test_commandmanager.py fix the wrong order of assertEqual args 2015-01-27 17:02:41 +08:00
test_extension.py fix the wrong order of assertEqual args 2015-01-27 17:02:41 +08:00
test_module.py Add 'command list' command 2014-10-08 21:57:26 -05:00
test_parseractions.py fix the wrong order of assertEqual args 2015-01-27 17:02:41 +08:00
test_timing.py Fix session timing 2015-04-07 23:53:31 -07:00
test_utils.py Add sort support to image list 2015-02-06 10:57:10 +08:00