Sha256: 667bf99fd302ff879fba521f2cfe9562d03d265a729599ce0ce96b1bf78c8798

Contents?: true

Size: 556 Bytes

Versions: 71

Compression:

Stored size: 556 Bytes

Contents

Shindo.tests("Fog::CDN[:aws] | invalidations", ['aws', 'cdn']) do
  tests("distributions#create").succeeds do
    @distribution = Fog::CDN[:aws].distributions.create(:s3_origin => {'DNSName' => 'fog_test.s3.amazonaws.com'}, :enabled => true)
  end

  collection_tests(@distribution.invalidations, { :paths => [ '/index.html' ]}, true)

  tests("distribution#destroy - may take 15/20 minutes to complete").succeeds do
    @distribution.wait_for { ready? }
    @distribution.disable
    @distribution.wait_for { ready? }
    @distribution.destroy
  end
end

Version data entries

71 entries across 71 versions & 8 rubygems

Version Path
fog-1.22.0 tests/aws/models/cdn/invalidations_tests.rb
fog-1.21.0 tests/aws/models/cdn/invalidations_tests.rb
fog-maestrodev-1.20.0.20140305101839 tests/aws/models/cdn/invalidations_tests.rb
fog-maestrodev-1.20.0.20140305101305 tests/aws/models/cdn/invalidations_tests.rb
fog-maestrodev-1.19.0.20140212012611 tests/aws/models/cdn/invalidations_tests.rb
fog-1.20.0 tests/aws/models/cdn/invalidations_tests.rb
fog-maestrodev-1.19.0.20140110004459 tests/aws/models/cdn/invalidations_tests.rb
fog-maestrodev-1.19.0.20140110003812 tests/aws/models/cdn/invalidations_tests.rb
fog-maestrodev-1.19.0.20140109202555 tests/aws/models/cdn/invalidations_tests.rb
fog-maestrodev-1.19.0.20140107192102 tests/aws/models/cdn/invalidations_tests.rb
fog-maestrodev-1.19.0.20140107142106 tests/aws/models/cdn/invalidations_tests.rb
fog-maestrodev-1.19.0.20131219203941 tests/aws/models/cdn/invalidations_tests.rb
fog-maestrodev-1.18.0.20131219193542 tests/aws/models/cdn/invalidations_tests.rb
fog-1.19.0 tests/aws/models/cdn/invalidations_tests.rb
fog-maestrodev-1.18.0.20131219033443 tests/aws/models/cdn/invalidations_tests.rb
fog-maestrodev-1.18.0.20131219032002 tests/aws/models/cdn/invalidations_tests.rb
fog-maestrodev-1.18.0.20131219030716 tests/aws/models/cdn/invalidations_tests.rb
fog-maestrodev-1.18.0.20131219022322 tests/aws/models/cdn/invalidations_tests.rb
fog-maestrodev-1.18.0.20131218202447 tests/aws/models/cdn/invalidations_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/aws/models/cdn/invalidations_tests.rb