tempest/releasenotes/notes/lib_api_microversion_fixture-f52308fc6b6b89f2.yaml
Ghanshyam Mann ad8737c7f2 Add APIMicroversionFixture to library interface
APIMicroversionFixture is used to set the microversion on
service clients which will take care of reseting the microversion.

This interface has been added to set the microversion on all supported
service clients which use microverison. User can set multiple
service microversion all together.

Using the new interface in compute tests to make sure it is all
working in serial and parallel testing.

Change-Id: I6ed41b02041d38c2c92c58b0d3dd6613d03da3f7
2019-04-16 02:01:12 +00:00

8 lines
292 B
YAML

---
features:
- |
New library interface to set the API microversion on Service Clients.
``APIMicroversionFixture,`` can be used to set the API microversion
on multiple services. This Fixture will take care of reseting the service
microversion to None once test is finished.