You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a little bit complicated, but this is indeed a missing feature. The reason is largely because render_overlay(...) calls get_template(...), but doesn't pass a template_dir.
This also happens in render_local_overlay(...) - again a template_dir is not passed and the default constant is used.
This is due to the bug [1] that indicates that overlays can only be used if
they are placed in ./tests/overlays subdirectory.
---
[1]: openstack-charmers/zaza#475
Using the
--test-directory
option does not work for overlays, as they are searched in a folder defined only by constants.An example of how I wanted to use it.
Such a run of functional tests does not take into account the
openstack.yaml.j2
overlay.The text was updated successfully, but these errors were encountered: