validations-libs/validations_libs
matbu 1e038f3ecf Expose skip list mechanism via the CLI
The skip list feature was available only via the API, this patch
allow the user to pass a file with the list of the validations
which he wants to skip during the run, example:

check-ram: hosts: all
  reason: Wrong ram value
  lp: https://lp.fake.net
check-cpu: hosts: undercloud
  reason: Unstable validation
  lp: https://lp.fake.net
Change-Id: I04059f9339085e0dcef1f018cad1be511ee7d3c7
2021-09-29 08:53:07 +02:00
..
cli Expose skip list mechanism via the CLI 2021-09-29 08:53:07 +02:00
tests Expose skip list mechanism via the CLI 2021-09-29 08:53:07 +02:00
__init__.py Init python project structure 2020-02-28 11:20:15 +01:00
ansible.py Add validation config file mechanism 2021-08-20 08:12:16 +00:00
constants.py Add validation config file mechanism 2021-08-20 08:12:16 +00:00
group.py Add Docstrings to validations_libs/group.py file 2020-11-18 12:21:28 +01:00
utils.py Add validation config file mechanism 2021-08-20 08:12:16 +00:00
validation.py Add Products metadata key management 2021-07-27 07:01:05 +00:00
validation_actions.py Expose skip list mechanism via the CLI 2021-09-29 08:53:07 +02:00
validation_logs.py Simplification of the log path handling by the ValidationLog class 2021-07-01 15:02:41 +00:00