tempest/tempest/api/compute
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 Don't override images client in compute admin tests 2021-12-01 16:38:32 -05:00
certificates Adding description for testcases - compute part7 2020-08-12 13:49:43 +08:00
flavors Remove usage of six 2021-02-22 09:12:42 +08:00
floating_ips Merge "Adding description for testcases - compute part9" 2020-09-06 13:22:50 +00:00
images Remove usage of six 2021-02-22 09:12:42 +08:00
keypairs Adding description for testcases - compute part7 2020-08-12 13:49:43 +08:00
limits Adding description for testcases - compute part5 2020-07-30 10:05:37 +08:00
security_groups Add reboot_server() helper 2021-08-24 10:20:28 -04:00
servers Remove race from wait_for_interface_detach waiter 2021-11-04 13:32:55 +01:00
volumes Skip snaphost tests unless snapshot feature is enabled 2021-09-14 08:13:13 +00:00
__init__.py remove unneeded __init__ file 2013-12-22 20:40:31 -05:00
api_microversion_fixture.py Migrated microversion testing framework to tempest/lib 2016-03-11 08:17:15 +00:00
base.py Moving API microversion fixture in resource_setup 2021-12-11 09:20:55 -06:00
test_extensions.py Adding description for testcases - compute part7 2020-08-12 13:49:43 +08:00
test_networks.py Adding description for testcases - compute part7 2020-08-12 13:49:43 +08:00
test_quotas.py Adding description for testcases - compute part6 2020-08-10 16:30:28 +08:00
test_tenant_networks.py Adding description for testcases - compute part7 2020-08-12 13:49:43 +08:00
test_versions.py Move the `attr` decorator from test.py to tempest/lib 2017-04-14 11:16:36 +02:00