From: Cédric Ollivier Date: Mon, 4 May 2020 18:48:25 +0000 (+0200) Subject: Fix load_balancer options if ovn X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F52%2F70152%2F1;p=functest.git Fix load_balancer options if ovn Change-Id: I11b4fbe20c3cec83ba34ddbe15717a9514130212 Signed-off-by: Cédric Ollivier --- 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