-
Task
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
We are using sed and envsubst to render templates in the scenario tests. Both have issues. sed patterns can be a challenge to write cleanly for complex file formats. envsubst makes it complicated to embed non-template text with $, such as might appear in hash values.
We should look at other options. We could adopt an existing tool like https://docs.gomplate.ca or jinja2, or we could build a little tool that just does what we need.
- is related to
-
OCPBUGS-19384 Test harness: migrate from envsubst to gomplate
- Closed
- links to