tricircle/tricircle/tempestplugin
zhiyuan_cai b0789882eb Central and local plugin (part 1, base)
1. What is the problem
As discussed in the feature specification[1], we are going to
move the process of networking automation from the Nova-APIGW
to Neutron server.

2. What is the solution to the problem
Implement a new Neutron core plugin which runs in local Neutron
server to finish the networking automation process. Also, the
original Neutron core plugin is renamed as central plugin and
needs some changes to work with local plugin.

3. What the features need to be implemented to the Tricircle
   to realize the solution
With this patch, users can boot a virtual machine directly via
the local Nova server. But security group support is not covered.

DevStack script and local.conf sample are also updated.

[1] https://github.com/openstack/tricircle/blob/master/specs/ocata/local-neutron-plugin.rst

Change-Id: I6a3dc5e9af395e3035a7d218264a08b6313a248d
2016-10-10 22:58:00 -04: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 Central and local plugin (part 1, base) 2016-10-10 22:58:00 -04:00
pre_test_hook.sh Nova_APIGW Server Action Support(part1) 2016-09-22 10:00:23 +08:00
tempest_compute.sh Implement volume attachment basic operation 2016-09-30 09:52:42 +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.