Set minimum and maximum microversions for manila api
The manila tempest plugin is branchless and needs the minimum and maxium microversion setting depending on the version of manila being tested. See [1] [2] [1] https://github.com/openstack/manila/blob/master/devstack/plugin.sh#L968-L977 [2] https://docs.openstack.org/manila/latest/contributor/api_microversion_history.html Change-Id: I71173689a5cb3274124c50e1909a55d2644618da
This commit is contained in:
@@ -37,6 +37,10 @@ tempest_test_includelist:
|
||||
|
||||
tempest_tempest_conf_overrides:
|
||||
share:
|
||||
# The first version of manila api which supports microversions
|
||||
min_api_microversion: "2.0"
|
||||
# Set this to the highest microversion supported by the openstack release
|
||||
max_api_microversion: "2.67"
|
||||
run_consistency_group_tests: False
|
||||
run_snapshot_tests: False
|
||||
capability_snapshot_support: True
|
||||
|
||||
Reference in New Issue
Block a user