mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
DOCS: add dhcid RR docs (#2715)
This commit is contained in:
committed by
GitHub
parent
9e1cb0fefd
commit
a5a1facdaf
@ -1539,10 +1539,10 @@ func makeTests(t *testing.T) []*TestGroup {
|
||||
// ns("another-child", "ns101.cloudns.net."),
|
||||
//),
|
||||
),
|
||||
testgroup("DHCPID",
|
||||
testgroup("DHCID",
|
||||
requires(providers.CanUseDHCID),
|
||||
tc("Create DHCPID record", dhcid("test", "AAIBY2/AuCccgoJbsaxcQc9TUapptP69lOjxfNuVAA2kjEA=")),
|
||||
tc("Modify DHCPID record", dhcid("test", "Test/AuCccgoJbsaxcQc9TUapptP69lOjxfNuVAA2kjEA=")),
|
||||
tc("Create DHCID record", dhcid("test", "AAIBY2/AuCccgoJbsaxcQc9TUapptP69lOjxfNuVAA2kjEA=")),
|
||||
tc("Modify DHCID record", dhcid("test", "Test/AuCccgoJbsaxcQc9TUapptP69lOjxfNuVAA2kjEA=")),
|
||||
),
|
||||
|
||||
//// Vendor-specific record types
|
||||
|
Reference in New Issue
Block a user