tricircle/tricircle/tempestplugin
yinxiulin 707c914e30 Nova_APIGW REST API Microversion Support
1. What is the problem
The current Nova_APIGW does not support microversion function, the service
controller uses a fixed API version number to initialize novaclient

2. What is the solution to the problem
When the service controller receives an API request, it will get the
microversion number from request headers , and use this to initialize
novaclient.

For how to get the microversion number, please refer to:
https://specs.openstack.org/openstack/nova-specs/specs/kilo/implemented/api-microversions.html

The microversion supported range is 2.1 to latest version

3. What the features need to be implemented to the Tricircle
   to realize the solution
   Nova_APIGW microversion support added

Change-Id: Idf44c91100e5cb8ad0355164c9be991aa54a652b
2016-09-05 18:33:40 +08:00
..
services Add the Tricircle tempest plugin with a sample test case 2016-06-08 12:51:38 +08:00
tests Add the Tricircle tempest plugin with a sample test case 2016-06-08 12:51:38 +08:00
README.rst Add the Tricircle tempest plugin with a sample test case 2016-06-08 12:51:38 +08:00
__init__.py Add the Tricircle tempest plugin with a sample test case 2016-06-08 12:51:38 +08:00
config.py Add the Tricircle tempest plugin with a sample test case 2016-06-08 12:51:38 +08:00
plugin.py Add hook scripts for the Jenkins job for Tricircle tempest 2016-06-14 15:24:34 +08:00
post_test_hook.sh Fix regex expresion error in integration test 2016-07-25 18:58:49 +08:00
pre_test_hook.sh Add hook scripts for the Jenkins job for Tricircle tempest 2016-06-14 15:24:34 +08:00
tempest_compute.sh Nova_APIGW REST API Microversion Support 2016-09-05 18:33:40 +08:00
tempest_network.sh Add tempest test cases which are needed for integration test in Tricircle 2016-06-28 13:17:42 +08:00
tempest_scenario.sh Add tempest test cases which are needed for integration test in Tricircle 2016-06-28 13:17:42 +08:00
tempest_volume.sh Fix regex expresion error in integration test 2016-07-25 18:58:49 +08:00

README.rst

Tempest Integration of Tricircle

This directory contains Tempest tests to cover the Tricircle project.