openstack-python-openstackc.../openstackclient/tests/functional/compute/v2
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
..
__init__.py move all functional tests to tests module 2016-09-09 03:29:47 +00:00
common.py volume functest: ensure snapshots deleted when volume delete 2017-06-06 01:14:20 +00:00
test_aggregate.py Refactor AggregateTests 2019-11-05 21:32:15 +00:00
test_flavor.py Fix formatting of the flavor properties 2020-11-02 15:09:09 +01:00
test_keypair.py Fix functional tests for py3 2019-10-31 00:17:35 +00:00
test_server.py Switch openstack server add port/network to using sdk. 2021-11-14 15:23:36 +00:00
test_server_event.py Refactor ServerTests and ServerEventTests functional test classes 2017-03-10 14:50:21 +08:00
test_server_group.py compute: Fix 'server group * -f yaml' output 2021-01-06 12:02:25 +00:00