Automatic Tempest Configuration Generator
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
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
4 years ago
config_tempest Fixed SafeConfigParser deprecation warning for py3 4 years ago
doc Add profile argument 5 years ago
playbooks Don't expose credentials 5 years ago
releasenotes Add profile argument 5 years ago
roles Add profile argument 5 years ago
.coveragerc Initial Cookiecutter Commit. 7 years ago
.gitignore Add etc/ to .gitignore 5 years ago
.gitreview Update .gitreview: point to review.openstack.org 6 years ago
.mailmap Initial Cookiecutter Commit. 7 years ago
.stestr.conf Switch to use stestr for unit tests 6 years ago
.zuul.yaml Handle Forbidden exception when creating role 5 years ago
HACKING.rst fix url 5 years ago
LICENSE Initial Cookiecutter Commit. 7 years ago
README.rst Remove documented parts from README 5 years ago
requirements.txt More compatibility with Python 3 5 years ago
setup.cfg Change openstack-dev to openstack-discuss 5 years ago
setup.py Refactored python-tempestconf to work with devstack 6 years ago
test-requirements.txt Constraint flake8 and pyflakes versions 5 years ago
tox.ini Add python 3.6 unit test job 5 years ago

README.rst

python-tempestconf

Overview

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