From 127c2fbf40a03be65773e0bd6c7080e639a4635e Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 4 May 2020 20:48:25 +0200 Subject: Fix load_balancer options if ovn MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I11b4fbe20c3cec83ba34ddbe15717a9514130212 Signed-off-by: Cédric Ollivier --- .../opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 2 +- .../openstack/tempest/custom_tests/tempest_conf_ovn.yaml | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml index 49f2d76d6..eaae408d2 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -1,6 +1,6 @@ --- compute: - max_microversion: 2.79 + max_microversion: 2.72 compute-feature-enabled: attach_encrypted_volume: false block_migration_for_live_migration: false diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml index 1d35622c8..65e745a31 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml @@ -1,6 +1,6 @@ --- compute: - max_microversion: 2.65 + max_microversion: 2.72 compute-feature-enabled: attach_encrypted_volume: false block_migration_for_live_migration: false @@ -55,9 +55,9 @@ network-feature-enabled: port_security: true floating_ips: true placement: - max_microversion: 1.30 + max_microversion: 1.31 volume: - max_microversion: 3.55 + max_microversion: 3.59 storage_protocol: ceph manage_volume_ref: source-name,volume-%s manage_snapshot_ref: source-name,snapshot-%s @@ -71,6 +71,8 @@ volume-feature-enabled: extend_attached_volume: false consistency_group: false volume_revert: true +load_balancer: + test_with_ipv6: false neutron_plugin_options: agent_availability_zone: nova available_type_drivers: flat,geneve,vlan,local -- cgit 1.2.3-korg