validations-libs/validations_libs
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
..
tests Fix parameters management 2020-10-22 17:26:40 +02:00
__init__.py Init python project structure 2020-02-28 11:20:15 +01:00
ansible.py Allow to set python interper for ansible execution 2020-09-03 11:08:01 +02:00
constants.py Update validation path with the share/ansible one 2020-08-25 10:33:02 +02:00
group.py Ensure we get a sorted list for validation groups 2020-04-08 11:09:04 +02:00
utils.py Fix parameters management 2020-10-22 17:26:40 +02:00
validation.py Add unit tests coverage for validation, group and logs classes 2020-04-02 09:41:30 +00:00
validation_actions.py Fix parameters management 2020-10-22 17:26:40 +02:00
validation_logs.py Show history by play and add get status action 2020-07-06 15:10:37 +00:00