1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

CICD: De-conflate integration test for SVCB and HTTPS (#2938)

This commit is contained in:
Tom Limoncelli
2024-05-07 15:14:40 -04:00
committed by GitHub
parent 1fa92de07e
commit 39eb45b907

View File

@ -1042,12 +1042,12 @@ func makeTests() []*TestGroup {
testgroup("SVCB",
requires(providers.CanUseSVCB),
tc("Create a HTTPS record", https("@", 1, "test.com.", "port=80")),
tc("Change HTTPS priority", https("@", 2, "test.com.", "port=80")),
tc("Change HTTPS target", https("@", 2, ".", "port=80")),
tc("Change HTTPS params", https("@", 2, ".", "port=99")),
tc("Change HTTPS params-empty", https("@", 2, ".", "")),
tc("Change HTTPS all", https("@", 3, "example.com.", "port=100")),
tc("Create a SVCB record", svcb("@", 1, "test.com.", "port=80")),
tc("Change SVCB priority", svcb("@", 2, "test.com.", "port=80")),
tc("Change SVCB target", svcb("@", 2, ".", "port=80")),
tc("Change SVCB params", svcb("@", 2, ".", "port=99")),
tc("Change SVCB params-empty", svcb("@", 2, ".", "")),
tc("Change SVCB all", svcb("@", 3, "example.com.", "port=100")),
),
//// Test edge cases from various types.