Sha256: 1d8cac8c40cdcde156734ac44327034a6e25973638549b770727d2aec304f468

Contents?: true

Size: 611 Bytes

Versions: 150

Compression:

Stored size: 611 Bytes

Contents

Shindo.tests("Fog::CDN[:aws] | streaming_distributions", ['aws', 'cdn']) do
  params = { :s3_origin => { 'DNSName' => 'fog_test_cdn.s3.amazonaws.com'}, :enabled => true}
  collection_tests(Fog::CDN[:aws].streaming_distributions, params, true) do
    # distribution needs to be ready before being disabled
    tests("#ready? - may take 15 minutes to complete...").succeeds do
      @instance.wait_for { ready? }
    end

    # and disabled before being distroyed
    tests("#disable - may take 15 minutes to complete...").succeeds do
      @instance.disable
      @instance.wait_for { ready? }
    end
  end
end

Version data entries

150 entries across 148 versions & 13 rubygems

Version Path
fog-test-me-1.10.0 tests/aws/models/cdn/streaming_distributions_tests.rb
fog-1.10.0 tests/aws/models/cdn/streaming_distributions_tests.rb
fog-1.9.0 tests/aws/models/cdn/streaming_distributions_tests.rb
fog-maestrodev-1.8.0.20130114204828 tests/aws/models/cdn/streaming_distributions_tests.rb
fog-maestrodev-1.8.0.20130111070250 tests/aws/models/cdn/streaming_distributions_tests.rb
fog-maestrodev-1.8.0.20130109172219 tests/aws/models/cdn/streaming_distributions_tests.rb
fog-sgonyea-1.8.1 tests/aws/models/cdn/streaming_distributions_tests.rb
fog-1.8.0 tests/aws/models/cdn/streaming_distributions_tests.rb
fog-maestrodev-1.7.0.20121114190951 tests/aws/models/cdn/streaming_distributions_tests.rb
fog-1.7.0 tests/aws/models/cdn/streaming_distributions_tests.rb