-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Integration tests for certbot-dns-rfc2136 #8433
Copy link
Copy link
Closed
Labels
area: dnsarea: documentationarea: testingarea: toolingpriority: significantIssues with higher than average priority that do not need to be in the current milestone.Issues with higher than average priority that do not need to be in the current milestone.
Milestone
Metadata
Metadata
Assignees
Labels
area: dnsarea: documentationarea: testingarea: toolingpriority: significantIssues with higher than average priority that do not need to be in the current milestone.Issues with higher than average priority that do not need to be in the current milestone.
For #8134, I had to update our pinned version of
dnspythonto a new major version which includes some (what seems to be minor) API changes. I would like to verify that the plugin still works with this new version ofdnspython.Ideally, I think we should write simple, automated integration tests for this plugin. We can run our own RFC 2136 compliant DNS server locally. We may need to merge #7722 as part of this.
Alternatively, scripts/instructions for how to do this integration test manually would be useful. I've personally never done it before. If we go this route and we're going to figure out how to do it manually, I think we may as well shove it in our documentation somewhere to make this easier to do in the future.