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

NEW RECORD TYPE: DHCID (#2557)

Co-authored-by: Tom Limoncelli <tlimoncelli@tlimworkm1.mynetworksettings.com>
This commit is contained in:
Tom Limoncelli
2023-09-15 09:11:30 -04:00
committed by GitHub
parent 5761028cbe
commit 6ad7f348f7
4 changed files with 59 additions and 57 deletions

View File

@@ -1558,8 +1558,8 @@ func makeTests(t *testing.T) []*TestGroup {
// ns("another-child", "ns101.cloudns.net."),
//),
),
testgroup("PTR",
requires(providers.CanUsePTR),
testgroup("DHCPID",
requires(providers.CanUseDHCID),
tc("Create DHCPID record", dhcid("test", "AAIBY2/AuCccgoJbsaxcQc9TUapptP69lOjxfNuVAA2kjEA=")),
tc("Modify DHCPID record", dhcid("test", "Test/AuCccgoJbsaxcQc9TUapptP69lOjxfNuVAA2kjEA=")),
),