Sha256: 4bccc6d976cf732a2d8ea31072f63797e54b96e457a48881d3a624b6e5e57953

Contents?: true

Size: 429 Bytes

Versions: 59

Compression:

Stored size: 429 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}] | zones", [provider.to_s]) do

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

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

  end

end

Version data entries

59 entries across 54 versions & 8 rubygems

Version Path
fog-2.3.0 tests/dns/models/zones_tests.rb
fog-dynect-0.5.0 tests/dns/models/zones_tests.rb
fog-ifeel-2.2.0 tests/dns/models/zones_tests.rb
fog-2.2.0 tests/dns/models/zones_tests.rb
fog-dynect-0.4.0 tests/dns/models/zones_tests.rb
fog-2.1.0 tests/dns/models/zones_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-dynect-0.0.3/tests/dns/models/zones_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-dynect-0.0.3/tests/dns/models/zones_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-1.42.1/tests/dns/models/zones_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-1.42.1/tests/dns/models/zones_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-dynect-0.0.3/tests/dns/models/zones_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-1.42.1/tests/dns/models/zones_tests.rb
fog-1.42.1 tests/dns/models/zones_tests.rb
fog-2.0.0 tests/dns/models/zones_tests.rb
fog-dynect-0.3.0 tests/dns/models/zones_tests.rb
fog-1.42.0 tests/dns/models/zones_tests.rb
fog-1.41.0 tests/dns/models/zones_tests.rb
fog-1.40.0 tests/dns/models/zones_tests.rb
fog-1.39.0 tests/dns/models/zones_tests.rb
fog-dynect-0.2.0 tests/dns/models/zones_tests.rb