python-tripleoclient/releasenotes/notes/run-validations-using-cli-b3f4aa43e9f4eb3e.yaml
Carlos Camacho c85b3de515 Add unit tests for running and listing validations from the CLI
This submission add unit tests for both listing and running validations
from the CLI.

Change-Id: If728b7535e3aef9439e022ae28e70ccffb97e0dc
Implements: blueprint validation-framework
2019-03-05 15:05:15 +01:00

10 lines
383 B
YAML

---
features:
- |
Running and listing the validations was only possible by executing
the Mistral workflow associated with those tasks.
Now we have the possibility of running and listing the validations
using the TripleO CLI.
The commands added are 'openstack tripleo validator run' and
'openstack tripleo validator list' with its corresponding parameters.