Add YAML sanity check
authorBen Nemec <bnemec@redhat.com>
Tue, 15 Sep 2015 19:07:45 +0000 (14:07 -0500)
committerBen Nemec <bnemec@redhat.com>
Tue, 15 Sep 2015 20:31:43 +0000 (15:31 -0500)
commit607804f2420c4e428a4d4c8b058be3761d7a83ee
tree367ba299835975288ce839dce584850e56ffbfda
parentdca894b410d63c67ab6e3ee2814a985a43274b82
Add YAML sanity check

Adds a "validate" tox env for basic sanity checking of templates.
Currently it just validates that all of the .yaml files are in fact
valid YAML.  In the future we might want to add more, but this
seemed like a reasonable start.

Change-Id: I8091bbad0003b150e23dae5de4f465053c982229
tools/yaml-validate.py [new file with mode: 0755]
tox.ini