Sha256: 3865fce6c0559ba1cc44785ee41b887e7fbd2478119428c83417edd2cebcb638

Contents?: true

Size: 423 Bytes

Versions: 59

Compression:

Stored size: 423 Bytes

Contents

for provider, config in dns_providers

  # FIXME: delay/timing breaks things :(
  next if [:dnsmadeeasy, :rage4].include?(provider)

  domain_name = uniq_id + '.com'

  Shindo.tests("Fog::DNS[:#{provider}] | zone", [provider.to_s]) do

    zone_attributes = {
      :domain => domain_name
    }.merge!(config[:zone_attributes] || {})

    model_tests(Fog::DNS[provider].zones, zone_attributes, config[:mocked])

  end

end

Version data entries

59 entries across 54 versions & 8 rubygems

Version Path
fog-dynect-0.1.0 tests/dns/models/zone_tests.rb
fog-1.38.0 tests/dns/models/zone_tests.rb
fog-dynect-0.0.3 tests/dns/models/zone_tests.rb
fog-1.37.0 tests/dns/models/zone_tests.rb
fog-1.36.0 tests/dns/models/zone_tests.rb
fog-1.35.0 tests/dns/models/zone_tests.rb
fog-2.0.0.pre.0 tests/dns/models/zone_tests.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/tests/dns/models/zone_tests.rb
fog-1.34.0 tests/dns/models/zone_tests.rb
fog-dynect-0.0.2 tests/dns/models/zone_tests.rb
fog-1.33.0 tests/dns/models/zone_tests.rb
fog-dynect-0.0.1 tests/dns/models/zone_tests.rb
fog-1.32.0 tests/dns/models/zone_tests.rb
fog-1.31.0 tests/dns/models/zone_tests.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/tests/dns/models/zone_tests.rb
fog-1.30.0 tests/dns/models/zone_tests.rb
fog-1.29.0 tests/dns/models/zone_tests.rb
fog-1.28.0 tests/dns/models/zone_tests.rb
fog-1.27.0 tests/dns/models/zone_tests.rb
fog-1.26.0 tests/dns/models/zone_tests.rb