ktdreyer / errata-tool-ansible

Ansible modules to manage Red Hat Errata Tool resources
GNU General Public License v3.0
4 stars 14 forks source link

tests: re-add use_quay_for_containers parameters #292

Closed ktdreyer closed 1 year ago

ktdreyer commented 1 year ago

Re-add the parameters we dropped from the integration tests in https://github.com/ktdreyer/errata-tool-ansible/pull/291.

These are no-ops now, but this test ensures that we will not crash when older playbooks specify these parameters.

ktdreyer commented 1 year ago

Integration tests fail here due to #290. When I run the tests on a separate branch that temporarily deletes all the tests use errata_tool_product.py, the rest of the tests pass. So it's safe to merge this and I'll address #290 separately.