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
31 stars 37 forks source link

utils/TemplatedTest: raise exception when target scenario is not found #826

Closed mustafakemalgilor closed 4 months ago

mustafakemalgilor commented 4 months ago

the yaml scenario tests were silently proceeding when a corresponding scenario file was not present. now, it raises a FileNotFoundError when the scenario is absent.

Fixes #819