Automatic Tempest Configuration Generator
Go to file
Martin Kopec 9317a78ac8 Fix diff in gates
The gates were using a diff command to determine if 2 tempest.conf
files contains the same sections, options and values.
However, this has turned out to be not a good approach, as the
values in tempest.conf can be written in a different order.
Therefore the patch adds a python script which is able to compare
values in 2 tempest.conf files regardless their order.

Change-Id: I65e30a6e3b4add39dd5b6eaf48e09ba450855dbc
2019-01-04 15:36:38 +05:30
config_tempest Fixed SafeConfigParser deprecation warning for py3 2019-01-03 17:04:02 +05:30
doc Add profile argument 2018-12-17 16:52:39 +00:00
playbooks Don't expose credentials 2018-08-10 14:38:15 +00:00
releasenotes Add profile argument 2018-12-17 16:52:39 +00:00
roles Fix diff in gates 2019-01-04 15:36:38 +05:30
.coveragerc Initial Cookiecutter Commit. 2016-08-24 17:21:57 +02:00
.gitignore Add etc/ to .gitignore 2018-07-18 08:03:26 +00:00
.gitreview Update .gitreview: point to review.openstack.org 2017-10-11 11:32:40 +02:00
.mailmap Initial Cookiecutter Commit. 2016-08-24 17:21:57 +02:00
.stestr.conf Switch to use stestr for unit tests 2017-12-05 10:06:13 +00:00
.zuul.yaml Replace tripleo-scenario002-multinode with scenario002-standalone 2019-01-03 16:35:24 -02:00
HACKING.rst fix url 2018-06-05 15:13:26 +00:00
LICENSE Initial Cookiecutter Commit. 2016-08-24 17:21:57 +02:00
README.rst Remove documented parts from README 2018-07-16 14:50:11 +00:00
requirements.txt More compatibility with Python 3 2018-06-26 23:20:52 +02:00
setup.cfg Change openstack-dev to openstack-discuss 2018-12-04 07:05:43 +00:00
setup.py Refactored python-tempestconf to work with devstack 2017-01-18 17:47:00 +05:30
test-requirements.txt Constraint flake8 and pyflakes versions 2018-11-27 17:55:14 +00:00
tox.ini Add python 3.6 unit test job 2018-11-09 04:17:40 +00:00

python-tempestconf

Overview

python-tempestconf will automatically generate the tempest configuration based on your cloud.