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:
@@ -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=")),
|
||||
),
|
||||
|
Reference in New Issue
Block a user