Sha256: 301ebc839537fdfacadf8392bfdeb031eb0ae750ae8e0f3e54668365dbabe3a3

Contents?: true

Size: 606 Bytes

Versions: 150

Compression:

Stored size: 606 Bytes

Contents

Shindo.tests("Fog::CDN[:aws] | streaming_distribution", ['aws', 'cdn']) do
  params = { :s3_origin => { 'DNSName' => 'fog_test_cdn.s3.amazonaws.com'}, :enabled => true }
  model_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_distribution_tests.rb
fog-1.10.0 tests/aws/models/cdn/streaming_distribution_tests.rb
fog-1.9.0 tests/aws/models/cdn/streaming_distribution_tests.rb
fog-maestrodev-1.8.0.20130114204828 tests/aws/models/cdn/streaming_distribution_tests.rb
fog-maestrodev-1.8.0.20130111070250 tests/aws/models/cdn/streaming_distribution_tests.rb
fog-maestrodev-1.8.0.20130109172219 tests/aws/models/cdn/streaming_distribution_tests.rb
fog-sgonyea-1.8.1 tests/aws/models/cdn/streaming_distribution_tests.rb
fog-1.8.0 tests/aws/models/cdn/streaming_distribution_tests.rb
fog-maestrodev-1.7.0.20121114190951 tests/aws/models/cdn/streaming_distribution_tests.rb
fog-1.7.0 tests/aws/models/cdn/streaming_distribution_tests.rb