c85b3de515
This submission add unit tests for both listing and running validations from the CLI. Change-Id: If728b7535e3aef9439e022ae28e70ccffb97e0dc Implements: blueprint validation-framework
10 lines
383 B
YAML
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.
|