Skip to content

Commit d02617a

Browse files
fmountopenshift-merge-bot[bot]
authored andcommitted
[tempest] Cap Manila API microversion to 2.78 in tempest overrides
The manila-tempest-tests plugin in openstack-tempest-all:current-podified auto-discovers its max supported microversion (2.85), but the Manila API server (Antelope) only supports up to 2.78. This causes all tests using the v2 client to fail with HTTP 406 during setUpClass/create_share_type. Signed-off-by: Francesco Pantano <fpantano@redhat.com>
1 parent 60954e1 commit d02617a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

scenarios/centos-9/ceph_backends.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,6 @@ cifmw_test_operator_tempest_tempestconf_config:
4343
share.run_share_group_tests false
4444
share.capability_storage_protocol cephfs
4545
share.suppress_errors_in_cleanup true
46+
share.max_api_microversion 2.78
4647
service_available.swift false
4748
service_available.cinder true

scenarios/centos-9/hci_ceph_backends.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ cifmw_test_operator_tempest_tempestconf_config:
5959
share.run_share_group_tests false
6060
share.capability_storage_protocol cephfs
6161
share.suppress_errors_in_cleanup true
62+
share.max_api_microversion 2.78

0 commit comments

Comments
 (0)