validations-libs/validations_libs/tests
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
__init__.py Add utils functions and validations List object 2020-03-03 16:55:20 +01:00
fakes.py Add validation config file mechanism 2021-08-20 08:12:16 +00:00
test_ansible.py Add validation config file mechanism 2021-08-20 08:12:16 +00:00
test_group.py Deprecated assertEquals replaced 2021-05-31 11:29:54 +02:00
test_utils.py Add validation config file mechanism 2021-08-20 08:12:16 +00:00
test_validation.py Add Products metadata key management 2021-07-27 07:01:05 +00:00
test_validation_actions.py Add validation config file mechanism 2021-08-20 08:12:16 +00:00
test_validation_log.py Simplification of the log path handling by the ValidationLog class 2021-07-01 15:02:41 +00:00
test_validation_logs.py Deprecated assertEquals replaced 2021-05-31 11:29:54 +02:00