vitrage/vitrage_tempest_tests
Ifat Afek 4576523641 Support per-version template loading + change execute_mistral structure
This change contains refactoring of the template validation and loading,
in order to allow different validators and loaders for execute_mistral
action in versions 1 and 2.

* template_versions.py contains all supported versions, including their
  validators and loaders (and in the future - functions like get_attr())
* template_version_factory.py allows getting the right template version
  instance
* validators and loaders are retrieved only from the template-version
  instance, and are no longer created directly
* All content validators and loaders were moved under v1 and v2 packages

In addition, the structure of execute_mistral has changed, so now all
the input parameters of the workflow must reside under an 'input' section.

Change-Id: I8eebc79b0885eab9c013fafdc17ae8378c7bcedf
2018-01-01 09:59:07 +00:00
..
services init vitrage tempest plugin 2015-12-15 08:49:44 +02:00
tests Support per-version template loading + change execute_mistral structure 2018-01-01 09:59:07 +00:00
README.rst init vitrage tempest plugin 2015-12-15 08:49:44 +02:00
__init__.py topology tempests 2016-04-05 16:44:49 +03:00
config.py Stop adding ServiceAvailable group option 2016-10-10 15:07:49 +05:30
plugin.py Fixed the name of group options in get_opts_lists 2017-04-24 14:38:14 +05:30

README.rst

Tempest Integration of Vitrage

This directory contains Tempest tests to cover the Vitrage project.