canonical / hotsos

Software analysis toolkit. Define checks in high-level language and leverage library to perform analysis of common Cloud applications.
Apache License 2.0
32 stars 38 forks source link

scenario-test mapping checks: move to a dedicated tool #874

Closed mustafakemalgilor closed 4 months ago

mustafakemalgilor commented 4 months ago

the scenario-test mapping checks were residing in unit tests, and they're now moved to a dedicated tool under tools/validation named hotyvalidate.py. this patch also adds a tox env named hotyvalidate that runs the said tool.

also added some logging to the tool itself.

Fixes #857