summaryrefslogtreecommitdiff
path: root/doc/source/library/api_microversion_testing.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in documentationFrédéric Guillot2016-11-251-1/+1
| | | | Change-Id: If8ff20ff77e5bbe1497faee45c9ef6401b1e5921
* Trivial: Fix some document comments in microversionghanshyam2016-03-171-1/+1
| | | | | | | This is follow up patch to fix doc comments left in Icbdcfb4cd5b7fb1029eec035b9e0024be59c8d1f Change-Id: Iebdbfd62d1db4088e7e356aae700b74c17888415
* Migrated microversion testing framework to tempest/libGhanshyam2016-03-111-0/+29
Tempest implements the microversion testing support and that framework and interfaces have been tested by implementing the Compute 2.2 microversion as well as by their unit tests. Those should be stable interfaces so that can be consumed by other projects microversion testing either in tempest or outside tempest. To make them as stable interface, this commit moving that framework and its interfaces to tempest/lib folder. Adding release notes and library doc for those interface. Partially implements blueprint api-microversions-testing-support Change-Id: Icbdcfb4cd5b7fb1029eec035b9e0024be59c8d1f