diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-03-13 10:23:54 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-03-13 10:23:54 +0100 |
commit | 201e2a75e7a44d1cd83a3d4e2f2e64c186427db2 (patch) | |
tree | c349e426db28c7a67cd5004871b4d6e7641295ed | |
parent | 64e0baf795a59da72c34b84556260bae114ad0a7 (diff) |
Fix Yoga microversions
Change-Id: Ief1793894d32e859505c58705505939ac69eaf3d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 6 | ||||
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml | 6 |
2 files changed, 6 insertions, 6 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 0aece21e8..26f9a1bd0 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: latest + max_microversion: '2.90' compute-feature-enabled: attach_encrypted_volume: false block_migration_for_live_migration: false @@ -56,14 +56,14 @@ network-feature-enabled: port_admin_state_change: true port_security: true placement: - max_microversion: latest + max_microversion: 1.39 validation: image_ssh_user: cirros ssh_timeout: 196 ip_version_for_ssh: 4 run_validation: true volume: - max_microversion: latest + max_microversion: 3.68 storage_protocol: ceph manage_volume_ref: source-name,volume-%s manage_snapshot_ref: source-name,snapshot-%s 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 009fc6547..61ecfaf56 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: latest + max_microversion: '2.90' compute-feature-enabled: attach_encrypted_volume: false block_migration_for_live_migration: false @@ -56,14 +56,14 @@ network-feature-enabled: port_admin_state_change: true port_security: true placement: - max_microversion: latest + max_microversion: 1.39 validation: image_ssh_user: cirros ssh_timeout: 196 ip_version_for_ssh: 4 run_validation: true volume: - max_microversion: latest + max_microversion: 3.68 storage_protocol: ceph manage_volume_ref: source-name,volume-%s manage_snapshot_ref: source-name,snapshot-%s |