validations-libs/validations_libs
Gael Chamoulaud (Strider) 87114686ae
[Validator Run] Detect unknown validations from the command-line
When executing multiple validations with at least one unknown
validation, the CLI was executing only the existing ones but was not
informing the user that he/she typed one or more wrong validations.

This patch fixes that issue by detecting which validations are wrong and
inform the user.

Depends-On: https://review.opendev.org/758821

Change-Id: I4910043df07f32539793a2bc464377603fe2b02f
Signed-off-by: Gael Chamoulaud (Strider) <gchamoul@redhat.com>
2020-10-21 12:29:01 +02:00
..
tests Merge "Fix show validation stats with correct number" 2020-10-19 13:03:44 +00: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 Add parameters values to the validation show command 2020-10-14 07:47:09 +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 [Validator Run] Detect unknown validations from the command-line 2020-10-21 12:29:01 +02:00
validation_logs.py Show history by play and add get status action 2020-07-06 15:10:37 +00:00