openstack-python-openstackc.../openstackclient/tests/unit
Stephen Finucane ba69870d86 compute: Fix weird option definition for 'server ssh'
argparse allows you to specify multiple options for a given argument
when declaring the argument. For some reason, we weren't doing this for
the 'server ssh' command. There's no apparent reason for doing things
this way and it's been that way since the beginning (2013) so let's not
do that.

We also add unit tests since they were missing and should exist.

Change-Id: I67a9e6516d7057266210cd4083e9ddeb1cfaa5de
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2021-12-15 17:41:05 +00:00
..
api Make container list --all work 2020-05-16 14:40:28 +00:00
common Remove remnants of 'six' 2021-10-21 17:14:45 +01:00
compute compute: Fix weird option definition for 'server ssh' 2021-12-15 17:41:05 +00:00
identity Replace assertItemsEqual with assertCountEqual 2021-05-03 22:07:39 +02:00
image image: Remove dead test helper methods 2021-11-17 11:34:36 +00:00
integ Remove os-client-config references 2020-06-08 16:20:28 -05:00
network Merge "Allow unset port's host_id" 2021-12-13 10:26:18 +00:00
object Remove usage of six 2020-10-07 02:15:25 +00:00
volume Switch command server add volume to sdk. 2021-11-22 16:01:29 +00:00
__init__.py move unit tests to new "unit" test module 2016-09-08 15:19:50 -07:00
fakes.py Remove usage of six 2020-10-07 02:15:25 +00:00
test_shell.py Remove unnecessary test 2020-11-06 10:16:06 +00:00
utils.py Make use of comparable 'FormattableColumn' subclasses 2020-12-09 15:17:25 +00:00