RETIRED, A collection of python libraries for the Validation Framework
Go to file
Gael Chamoulaud (Strider) d79245eb82
Fix parameters management
This patch fixes multiple things:

* from validations_libs.validation_actions import show_validations_parameters

The generated file was containing the validations names and their
existing parameters as returned by the get_validations_parameters
method. But the file should only contains the parameters.

* from validations_libs.utils import get_validations_playbook

This method was supposed to get a list of validations playbooks
abs. path either by their names or their groups. This method was working
only when giving validation names but not with groups.

This patch fixes all the problems above and make the parameters
management work again.

Change-Id: Iec30cccade1234a127ef406ed13604cce45a72fd
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
2020-10-22 17:26:40 +02:00
doc Update openstackdocstheme. 2020-06-23 13:54:26 +02:00
playbooks Switch legacy Zuul jobs to native Zuul v3 jobs 2020-07-23 00:19:22 +02:00
roles Update validation path with the share/ansible one 2020-08-25 10:33:02 +02:00
validations_libs Fix parameters management 2020-10-22 17:26:40 +02:00
.coveragerc Add missing stuffs for pytesting with tox 2020-03-03 10:45:41 +01:00
.gitignore Add API Documentation structure 2020-05-14 11:53:31 +00:00
.gitreview Improve the way we log on the file system 2020-03-11 17:07:56 +01:00
.pre-commit-config.yaml Improve testing infrastructure 2020-03-04 13:47:41 +01:00
.stestr.conf Move unit tests execution to stestr 2020-04-28 09:17:48 +02:00
.zuul.yaml Add the documentation build back in the CI 2020-09-17 11:21:38 +02:00
LICENSE Initial commit 2020-02-28 10:42:18 +01:00
MANIFEST.in Adding the foundation files 2020-02-28 14:47:28 +01:00
README.rst Fix title. 2020-05-14 08:44:21 +00:00
bindep.txt Fix lower-constraints errors 2020-09-11 22:04:15 +02:00
lower-constraints.txt Fix lower-constraints errors 2020-09-11 22:04:15 +02:00
requirements.txt Add ansible dependency 2020-10-07 14:49:17 +02:00
setup.cfg Install CI roles into ansible roles dir 2020-09-30 20:06:00 +02:00
setup.py Adding the foundation files 2020-02-28 14:47:28 +01:00
test-requirements.txt Fix lower-constraints errors 2020-09-11 22:04:15 +02:00
tox.ini Remove install unnecessary packages 2020-09-15 10:00:56 +08:00

README.rst

# validations-libs

A collection of python libraries for the Validation Framework