Automatic Tempest Configuration Generator
Go to file
Chandan Kumar 7c355f403e Fixed SafeConfigParser deprecation warning for py3
Using six.PY3 as configparser.SafeConfigParser in py2 got
renamed to configparser.ConfigParser in py3. In order to
keep the codebase running on both version, we are using
it.

Change-Id: I78471e3d0962cda610c22641787d80103eb413b0
2019-01-03 17:04:02 +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 Add profile argument 2018-12-17 16:52:39 +00:00
.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 Handle Forbidden exception when creating role 2018-12-11 23:22:09 +00: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

README.rst

python-tempestconf

Overview

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