summaryrefslogtreecommitdiff
path: root/openstackclient/tests/functional/common/test_args.py
Commit message (Collapse)AuthorAgeFilesLines
* tests: Convert more functional tests to use 'parse_output'Stephen Finucane2022-11-081-12/+13
| | | | | Change-Id: I1d968181eb196c6df4583c772c67ed58bc7ba585 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
* Remove token_endpoint auth typeDean Troyer2019-08-271-13/+13
| | | | | | | | | | | The token_endpoint was a compatibility auth type to maintain support for the --url global option that dated back to the beginning of OpenStack CLI auth. The common keystoneauth library implements 'admin_token' which provides the same functionality using --endpoint rather than --url. Change-Id: I1b9fbb96e447889a41b705324725a2ffc8ecfd9f Signed-off-by: Dean Troyer <dtroyer@gmail.com>
* Add CLI argument tests before making changesDean Troyer2019-08-221-0/+79
Add these tests before hacking on the global args and removing the compatibility stuff so we can clearly see what actually changes. Change-Id: Ic86c89da1475b4914ff7cb2396199cd219a12097 Signed-off-by: Dean Troyer <dtroyer@gmail.com>