summaryrefslogtreecommitdiff
path: root/openstackclient/tests/functional/common/test_versions.py
Commit message (Collapse)AuthorAgeFilesLines
* tests: Convert more functional tests to use 'parse_output'Stephen Finucane2022-11-081-5/+1
| | | | | Change-Id: I1d968181eb196c6df4583c772c67ed58bc7ba585 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* Add command to show all service versionsMonty Taylor2018-07-231-0/+31
Knowing what services and what versions of those services exist on a cloud isn't always a spectacular experience. Add a command that will use get_all_version_data from keystoneauth to produce a report of the available services and the version info for each service. Depends-On: https://review.openstack.org/584944 Change-Id: I84751c175d0c5f6d857a5473d2db6d5f1b41f946