tempest/tempest/api/volume
Ghanshyam Mann 18b45d7285 Moving API microversion fixture in resource_setup
API microversion fixture is used to set the API
microversion on service client and reset it back
after test execution. That is done in setUp()
method and due to that API microversion is not
set on service client during resource_setup()
method and any API call will be requested on base
version.

To sync the complete test execution of test class
with requested API microversion, this commit moves
the API microversion setting in resource_setup()
method.

Closes-Bug: #1881863

Change-Id: Ia4b884a79cc0e50057dd57090737332bd76da37e
2021-12-11 09:20:55 -06:00
..
admin Replace deprecated assertDictContainsSubset 2021-11-30 13:29:18 +09:00
__init__.py rename tests -> api 2013-05-20 17:20:54 -04:00
api_microversion_fixture.py Move base_client from volume.v3 to volume 2017-07-05 00:56:05 +00:00
base.py Moving API microversion fixture in resource_setup 2021-12-11 09:20:55 -06:00
test_availability_zone.py Adding description for testcases - volume part4 2020-08-14 14:56:57 +08:00
test_extensions.py Adding description for testcases - volume part4 2020-08-14 14:56:57 +08:00
test_image_metadata.py Adding description for testcases - volume part4 2020-08-14 14:56:57 +08:00
test_snapshot_metadata.py Adding description for testcases - volume part4 2020-08-14 14:56:57 +08:00
test_versions.py Remove the unused _api_version variable from volume tests 2021-01-06 17:36:44 +00:00
test_volume_absolute_limits.py Adding description for testcases - volume part5 2020-08-14 16:56:34 +08:00
test_volume_delete_cascade.py Adding description for testcases - volume part1 2020-04-17 09:42:40 +08:00
test_volume_metadata.py Adding description for testcases - volume part1 2020-04-17 09:42:40 +08:00
test_volume_transfers.py Use lib.commom.api_microversion_fixture to set volume, compute API microversion in volume API testing 2021-10-15 17:13:25 +00:00
test_volumes_actions.py Merge "Adding description for testcases - volume part4" 2020-09-04 18:23:36 +00:00
test_volumes_backup.py Use lib.commom.api_microversion_fixture to set volume, compute API microversion in volume API testing 2021-10-15 17:13:25 +00:00
test_volumes_clone.py Add volume_size_extend opt for volume tests 2021-06-29 07:01:17 +00:00
test_volumes_clone_negative.py Add volume_size_extend opt for volume tests 2021-06-29 07:01:17 +00:00
test_volumes_extend.py Use lib.commom.api_microversion_fixture to set volume, compute API microversion in volume API testing 2021-10-15 17:13:25 +00:00
test_volumes_get.py Use lib.commom.api_microversion_fixture to set volume, compute API microversion in volume API testing 2021-10-15 17:13:25 +00:00
test_volumes_list.py Remove usage of six 2021-02-18 10:43:57 +08:00
test_volumes_negative.py Merge "Reactivate image before deletion" 2021-11-09 05:04:28 +00:00
test_volumes_snapshots.py Change extra_size from hardcoded 1 to CONF.volume.volume_size_extend 2021-11-15 12:33:30 +08:00
test_volumes_snapshots_list.py Adding description for testcases - volume part5 2020-08-14 16:56:34 +08:00
test_volumes_snapshots_negative.py Adding description for testcases - volume part5 2020-08-14 16:56:34 +08:00