dsccommunity / DnsServerDsc

This module contains DSC resources for the management and configuration of Windows Server DNS Server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xDnsServerZoneTransfer: Missing integration tests

johlju opened this issue · comments

We should add integration tests to verify the DSC resource.

To test this resource we need to have MS DNS Server installed in the build worker on udp/tcp port 53, and we need to have access to a primary DNS server (MS DNS Server or BIND) on udp/tcp port 53. Since both can't be running on port 53 on the build worker, and the resource does not support accessing a DNS Server on another port that 53, we need to have access to a primary DNS Server by some other means.