openstack-python-openstackc.../openstackclient/tests/functional/compute/v2
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
..
__init__.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
common.py volume functest: ensure snapshots deleted when volume delete 2017-06-06 01:14:20 +00:00
test_agent.py Fix functional tests for py3 2019-10-31 00:17:35 +00:00
test_aggregate.py Refactor AggregateTests 2019-11-05 21:32:15 +00:00
test_flavor.py Replace assertEqual(True/False, expr) with assertTrue/assertFalse 2018-11-14 14:50:05 +08:00
test_keypair.py Fix functional tests for py3 2019-10-31 00:17:35 +00:00
test_server.py Output correct json for security groups in 'openstack server show' 2020-09-14 15:22:27 +02:00
test_server_event.py Refactor ServerTests and ServerEventTests functional test classes 2017-03-10 14:50:21 +08:00
test_server_group.py Functional test for server group 2016-11-24 22:50:44 +08:00