tempest/releasenotes/notes/support-microversion-in-scenario-test-b4fbfdd3a977fc58.yaml
Ghanshyam Mann 09c4eb99ce Add microversion support in scenario tests
Scenario test call multiple service APIs within
same test. Many service like compute, volume etc
support microversion but scenario test does not
support microversion yet.

This commit adds the microversion support in scenario tests
so that they will be able to set multiple service microversion
at the same time.

Change-Id: I446e082331c9d1b37c40c9eeb896eec222c3c045
2019-06-04 13:24:40 +00:00

15 lines
515 B
YAML

---
features:
- |
Add microversion support for scenario tests. Scenario test calls
multiple service API within same test and many services like compute,
volume and placement etc support API microversion. With microversion
support in scenario test, we can call different service API with
different microvesion. Which means we can implement scenario tests
for microversion also.
Currently Scenario manager support below services microversion:
* Compute
* Volume
* Placement