commit | dfd065a0f2583b22649e16c41b557dcb847586ba | [log] [tgz] |
---|---|---|
author | zhufl <zhu.fanglei@zte.com.cn> | Tue Mar 27 17:00:47 2018 +0800 |
committer | Vasyl Saienko <vsaienko@mirantis.com> | Fri Jan 15 11:23:50 2021 +0200 |
tree | 5fe648f149aca59838f0c3bdca6930555cc2f437 | |
parent | e35b2839e9ad29a0fc39f377b00cf548c8a8a1f7 [diff] |
Set max_microversion 2.43 for virtual_interfaces tests The compute os-virtual-interfaces API is deprecated from the Microversion 2.44, so we should set max_microversion = '2.43' for compute virtual_interfaces tests. Related-Prod: PRODX-10452 Change-Id: Ie1793802fa33898ffbdad16b58b085894e66d4d1 ref: https://developer.openstack.org/api-ref/compute/#list-virtual-interfaces
diff --git a/tempest/api/compute/servers/test_virtual_interfaces.py b/tempest/api/compute/servers/test_virtual_interfaces.py index 5fb1711..f810ec5 100644 --- a/tempest/api/compute/servers/test_virtual_interfaces.py +++ b/tempest/api/compute/servers/test_virtual_interfaces.py
@@ -28,6 +28,7 @@ # TODO(mriedem): Remove this test class once the nova queens branch goes into # extended maintenance mode. class VirtualInterfacesTestJSON(base.BaseV2ComputeTest): + max_microversion = '2.43' depends_on_nova_network = True
diff --git a/tempest/api/compute/servers/test_virtual_interfaces_negative.py b/tempest/api/compute/servers/test_virtual_interfaces_negative.py index ec4d7a8..f6e8bc9 100644 --- a/tempest/api/compute/servers/test_virtual_interfaces_negative.py +++ b/tempest/api/compute/servers/test_virtual_interfaces_negative.py
@@ -23,6 +23,7 @@ # TODO(mriedem): Remove this test class once the nova queens branch goes into # extended maintenance mode. class VirtualInterfacesNegativeTestJSON(base.BaseV2ComputeTest): + max_microversion = '2.43' depends_on_nova_network = True