d76178e682
Added missing doc, for example for serial tests, fixed 404 links, spellings, formatting and etc Change-Id: I07a8cf9508d3cba33bd04afdc301bb7145153d59
977 B
977 B
API Microversion Testing Support in Tempest
Framework to support API Microversion testing
Many of the OpenStack components have implemented API microversions. It is important to test those microversions in Tempest or external plugins. Tempest now provides stable interfaces to support testing the API microversions. Based on the microversion range coming from the combination of both configuration and each test case, APIs requests will be made with the selected microversion.
This document explains the interfaces needed for microversion testing.
The api_version_request module
tempest.lib.common.api_version_request
The api_version_utils module
tempest.lib.common.api_version_utils