c3b0b8b499
This is follow up patch to fix doc comments left in Icbdcfb4cd5b7fb1029eec035b9e0024be59c8d1f Change-Id: Iebdbfd62d1db4088e7e356aae700b74c17888415
972 B
972 B
API Microversion Testing Support in Temepst
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 to test the API microversions. Based on the microversion range coming from the combination of both configuration and each test case, APIs request will be made with 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