Automatic Tempest Configuration Generator
Go to file
Martin Kopec 6bb29fdd27 Fix TestImageService's unit tests
The test class had hardcoded DEFAULT_IMAGE_DIR value to /img/
which resulted in unit tests failures when this path existed
because the tests expect a call to makedirs which didn't happen
as the DEFAULT_IMAGE_DIR already existed.
The patch fixes that by passing exist_ok=True to makedirs call
which will result in always calling makedirs, whether img_dir
exists or not.

Change-Id: I47d15747536394006f6b502b3025220a5077e547
2022-03-29 14:59:40 +02:00
config_tempest Fix TestImageService's unit tests 2022-03-29 14:59:40 +02:00
doc Remove references to live_migrate_migrate_instance 2022-01-04 12:17:00 +01:00
playbooks Use run-tempest-26 in stable/train job 2022-02-10 11:51:28 +00:00
releasenotes Make release notes part of the documentation 2021-11-18 13:52:47 +00:00
roles Reflect osf/ to openinfra/ namespace rename 2021-11-18 10:11:07 +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 Reflect osf/ to openinfra/ namespace rename 2021-11-18 10:11:07 +00: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 Move TripleO zuul jobs layout to centos9 only for master branch 2022-02-15 04:36:11 +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 Publish docs to docs.opendev.org 2021-11-18 13:51:45 +00:00
requirements.txt Updating download_with_retry function 2021-04-26 16:17:37 +02:00
setup.cfg Switch testing to Yoga testing runtime 2021-11-18 10:17:30 +00:00
setup.py Cleanup py27 support 2020-04-07 04:51:31 +00:00
test-requirements.txt Run unit tests by py38 as well 2020-09-25 08:11:29 +00:00
tox.ini Make release notes part of the documentation 2021-11-18 13:52:47 +00:00

README.rst

python-tempestconf

Overview

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