python-openstackclient/openstackclient/tests/functional
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
..
common Add 'server shelve --offload', 'server shelve --wait' options 2021-01-08 18:01:25 +00:00
compute Switch openstack server add port/network to using sdk. 2021-11-14 15:23:36 +00:00
identity Resolve PEP8 2020-05-14 13:53:38 -05:00
image image: Unset properties rather than setting to None 2020-12-22 17:11:32 +00:00
network Merge "Make functional Neutron tests running fine on ML2/OVN environments" 2021-06-29 17:13:27 +00:00
object Fix functional tests for py3 2019-10-31 00:17:35 +00:00
volume tests: Handle removal of block-storage v2 API 2021-07-23 12:51:30 +01:00
__init__.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
base.py tests: Handle removal of block-storage v2 API 2021-07-23 12:51:30 +01:00