openstack-python-openstackc.../openstackclient/tests/functional
Stephen Finucane c251cb89a5 tests: Fix API extension check
The check for extensions was not using a machine readable format for
output. This meant an API check could match on a substring, e.g. a check
for 'qos' would match on 'qos-specs'. Address this issue by switching
our command invocation to use JSON output and migrating the check
function from the general base class to the networking base class.

Change-Id: Idc6dc54503031ddf3e148f50ed53ad8898f7a7e3
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2023-11-12 10:34:41 +00:00
..
common tests: Use a new project for quota tests 2023-06-09 14:35:58 +01:00
compute compute: Fix bug with start/stop server 2023-05-17 15:59:33 +01:00
identity Check the default role list before adding a new one 2023-08-16 00:30:30 +00:00
image Adding `image delete --store and image import info` commands 2023-08-07 17:13:33 +00:00
network tests: Centralise check for networking service 2023-11-10 10:06:58 +00:00
object Blacken openstackclient.object 2023-05-10 10:51:30 +01:00
volume volume: Add 'volume qos set --no-property' option 2023-05-17 16:50:16 +01:00
__init__.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
base.py tests: Fix API extension check 2023-11-12 10:34:41 +00:00