openstack-python-openstackc.../openstackclient/tests
Dina Belova 16f00833a7 Add shell --profile option to trigger osprofiler from CLI
This will allow to trigger profiling of various services that
allow it currently and which APIs support is added to openstackclient.
Cinder and Glance have osprofiler support already, Nova and Keystone
are in progress.

To use this functionality osprofiler (and its storage backend) needs
to be installed in the environment. If so, you will be able to trigger
profiling via the following command, for example:

$ openstack --profile SECRET_KEY user list

At the end of output there will be message with <trace_id>, and
to plot nice HTML graphs the following command should be used:

$ osprofiler trace show <trace_id> --html --out result.html

Related Keystone change: https://review.openstack.org/#/c/103368/
Related Nova change: https://review.openstack.org/#/c/254703/

The similar change to the keystoneclient
(https://review.openstack.org/#/c/255308/) was abandoned as new
CLI extenstions are not more accepted to python-keystoneclient.

Change-Id: I3d6ac613e5da70619d0a4781e5d066fde073b407
2016-02-25 20:13:27 +00:00
..
api when fetching object store properties use lower() 2015-12-14 12:23:44 -05:00
common Merge "Use assert_not_called() in common tests" 2016-02-04 22:56:57 +00:00
compute Merge "Compute: Fix DisplayCommandBase comments for cliff ShowOne subclass tests" 2016-02-08 16:21:01 +00:00
identity Merge "Changed the abstract columns and datalists from test cases of common and Identity" 2016-01-14 16:33:16 +00:00
image Add --marker option to "image list" command 2016-02-03 14:04:50 +08:00
network Merge "Support listing network availability zones" 2016-02-04 00:40:09 +00:00
object Add recursive object delete for containers 2016-02-05 11:18:46 -07:00
volume Merge "Refactor TestVolumeCreate to use FakeVolume" 2016-02-04 05:30:03 +00:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
fakes.py Refactor network endpoint enablement checking 2016-01-04 13:49:49 -06:00
test_shell.py Add shell --profile option to trigger osprofiler from CLI 2016-02-25 20:13:27 +00:00
utils.py Check volume status before extending size 2015-02-06 09:05:41 -08:00