Sha256: 9ee167a0f47fe6a15ed0231aeb72a53a452510537de0ffc26dd6ae20a26b10d5

Contents?: true

Size: 731 Bytes

Versions: 67

Compression:

Stored size: 731 Bytes

Contents

Shindo.tests('Fog::CDN::HP', ['hp', 'cdn']) do
  credentials = {
    :auth_token => 'auth_token',
    :endpoint_url => 'http://127.0.0.1/cdnpath/',
    :cdn_endpoint_url => 'http://127.0.0.1/cdnpath/',
    :service_catalog => {
      :"CDN" => {
      :zone => 'http://127.0.0.1/cdnpath/'}},
    :expires => (DateTime.now + 1).to_s
  }
  options = {
    :hp_access_key => 'key',
    :hp_secret_key => 'secret',
    :hp_tenant_id => 'tenant',
    :hp_avl_zone => 'zone',
    :hp_auth_uri => 'https://region-a.geo-1.identity.hpcloudsvc.com:35357/v2.0/tokens',
    :credentials => credentials
  }
  tests('Test cached CDN credentials').returns(credentials) do
    conn = Fog::CDN::HP::Real.new(options)
    conn.credentials
  end
end

Version data entries

67 entries across 67 versions & 5 rubygems

Version Path
fog-1.38.0 tests/hp/cdn_tests.rb
fog-1.37.0 tests/hp/cdn_tests.rb
fog-1.36.0 tests/hp/cdn_tests.rb
fog-1.35.0 tests/hp/cdn_tests.rb
fog-2.0.0.pre.0 tests/hp/cdn_tests.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/tests/hp/cdn_tests.rb
fog-1.34.0 tests/hp/cdn_tests.rb
fog-1.33.0 tests/hp/cdn_tests.rb
fog-1.32.0 tests/hp/cdn_tests.rb
fog-1.31.0 tests/hp/cdn_tests.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/tests/hp/cdn_tests.rb
fog-1.30.0 tests/hp/cdn_tests.rb
fog-1.29.0 tests/hp/cdn_tests.rb
fog-1.28.0 tests/hp/cdn_tests.rb
fog-1.27.0 tests/hp/cdn_tests.rb
fog-1.26.0 tests/hp/cdn_tests.rb
fog-1.25.0 tests/hp/cdn_tests.rb
nsidc-fog-1.24.1 tests/hp/cdn_tests.rb
fog-1.24.0 tests/hp/cdn_tests.rb
ns-fog-1.22.11 tests/hp/cdn_tests.rb