mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
13 lines
No EOL
303 B
Ruby
13 lines
No EOL
303 B
Ruby
for provider, config in dns_providers
|
|
|
|
Shindo.tests("Fog::DNS[:#{provider}] | zones", [provider]) do
|
|
|
|
zone_attributes = {
|
|
:domain => 'fogzonestests.com'
|
|
}.merge!(config[:zone_attributes] || {})
|
|
|
|
collection_tests(Fog::DNS[provider].zones, zone_attributes, config[:mocked])
|
|
|
|
end
|
|
|
|
end |