validations-libs/validations_libs/cli
matbu b37015ee1f 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-10-06 13:45:08 +00:00
..
__init__.py Create dedicated CLI for the Validation Framework 2021-04-20 11:52:35 +02:00
app.py Add validation config file mechanism 2021-08-20 08:12:16 +00:00
base.py Add validation config file mechanism 2021-08-20 08:12:16 +00:00
colors.py CLI colors refactored 2021-04-26 11:38:40 +02:00
common.py Expose skip list mechanism via the CLI 2021-10-06 13:45:08 +00:00
history.py Add validation config file mechanism 2021-08-20 08:12:16 +00:00
lister.py Add validation config file mechanism 2021-08-20 08:12:16 +00:00
parseractions.py Refactoring of the cli parseractions module 2021-05-31 05:11:23 +00:00
run.py Expose skip list mechanism via the CLI 2021-10-06 13:45:08 +00:00
show.py Add validation config file mechanism 2021-08-20 08:12:16 +00:00