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
33 stars 38 forks source link

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

Closed xmkg closed 7 months ago

xmkg commented 7 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