openstack-python-openstackc.../openstackclient/tests/unit
Diwei Zhu 2183a61147 Switch openstack server add port/network to using sdk.
The old novaclient.v2.server.Server.interface_attach() method is
replaced with proxy.create_server_interface().
In swargs, 'net_id' and 'port_id' are mutual-exclusive, if one of
them is given with value, the other one cannot be None, as the
API would responde with 400 (None is not string).
In unit test, temporary method 'setup_sdk_servers_mock' is added,
because other tests are still using the old 'setup_servers_mock'.
Functional tests are added. Releasenote is generated.

Change-Id: I9899f0509febc5143560a1859ae6344d0a6d1427
2021-11-14 15:23:36 +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 Switch openstack server add port/network to using sdk. 2021-11-14 15:23:36 +00:00
identity Replace assertItemsEqual with assertCountEqual 2021-05-03 22:07:39 +02:00
image Remove non-working code after method return. 2021-10-06 19:21:51 +09:00
integ Remove os-client-config references 2020-06-08 16:20:28 -05:00
network Remove 'get_osc_show_columns_for_sdk_resource' duplicates 2021-10-21 17:14:45 +01:00
object Remove usage of six 2020-10-07 02:15:25 +00:00
volume Replace assertItemsEqual with assertCountEqual 2021-09-09 15:50:54 +02: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