openstack-python-openstackc.../openstackclient/tests/functional
jay bae89b3014 Output correct json for security groups in 'openstack server show'
Fixes incorrect json output for 'openstack server show -f json'.
The security group json output groups all the json as one
for e.g. "security_groups": "name='group1'\nname='group2'"
The correct output should be
"security_groups" : [{"name" : "group1"}, {"name" : "group2"}]
properties and volumes_attached fields also has similar issue.

Story: 2007755

Change-Id: I1b1cac716329e0530400aff782c08000b21d8e1d
2020-09-14 15:22:27 +02:00
..
common Remove token_endpoint auth type 2019-08-27 11:08:50 -05:00
compute Output correct json for security groups in 'openstack server show' 2020-09-14 15:22:27 +02:00
examples move all functional tests to tests module 2016-09-09 03:29:47 +00:00
identity Resolve PEP8 2020-05-14 13:53:38 -05:00
image Use cliff formattable columns in image commands 2019-06-22 13:36:46 -05:00
network Merge "Support for stateless security groups" 2020-04-08 08:31:28 +00:00
object Fix functional tests for py3 2019-10-31 00:17:35 +00:00
volume Merge "Fix faulthy state argument choice" 2020-03-24 21:34:44 +00:00
__init__.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
base.py Fix functional.base.TestCase.openstack() to optionally omit --os-auth-type 2019-08-22 11:05:09 -05:00