Actions
Bug #27512
closedPlugin tests can fail due to template snapshot tests
Description
If a template can change based on what plugins are enabled, then tests can fail when that plugin is enabled.
An example is preseed default provisioning template. This template adds python to a list of enabled packages if ansible plugin is enabled. In foreman core we have a snapshot of that template and use that in tests to verify the template render properly. However if ansible is enabled, the rendered template differs from the snapshot and causes the test to fail. This happens when foreman ansible tests are run in ci.
Updated by Adam Ruzicka over 5 years ago
- Related to Bug #27513: Tests are failing due to changed template added
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6951 added
Updated by Adam Ruzicka over 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 8413b711395388bbf9826606ae0ae58f1f2ec64e.
Actions