python-openstackclient/openstackclient/tests
Brandon Palm f0c3b4e69d Fixed command list
The cliff module expects an array of tuples however
the array that this function was returning was an array
of tuples that was also containing an array of values for
the commands attached to each group and the
cliff module wasn't liking it.

The output now comes out looking like:

| openstack.common | limits show |
|                  | extension list |
| openstack.baremetal.v1 | baremetal set |

Change-Id: Ifa1c149cb5c66ba27dc72bf72d7c8f2f50e42f73
Closes-Bug: 1545609
2016-03-09 16:00:39 +00:00
..
api when fetching object store properties use lower() 2015-12-14 12:23:44 -05:00
common Fixed command list 2016-03-09 16:00:39 +00:00
compute Merge "Add --reason for disable service" 2016-03-09 07:12:51 +00:00
identity [Identity] Check return value is None in identity v3 unit tests 2016-03-09 14:17:05 +08:00
image [Image] Check return value is None in image unit tests. 2016-03-02 16:16:37 +08:00
network Add 'port set' command 2016-03-08 09:48:50 -06:00
object Fixed a bunch of spacing 2016-02-23 10:38:58 -06:00
volume Test take_action() instead of run() in unit tests 2016-03-05 17:12:42 +08:00
__init__.py Remove copyright from empty files 2014-01-20 17:28:13 +04:00
fakes.py Fixed a bunch of spacing 2016-02-23 10:38:58 -06:00
test_shell.py Merge "Add shell --profile option to trigger osprofiler from CLI" 2016-02-26 19:49:21 +00:00
utils.py Fixed a bunch of spacing 2016-02-23 10:38:58 -06:00