Sha256: 2bb0094912eab909a529d77fb56878e97145cf4fc64496b708408fd586e47e33

Contents?: true

Size: 515 Bytes

Versions: 11

Compression:

Stored size: 515 Bytes

Contents

require 'securerandom'
Shindo.tests("Fog::Compute[:google] | target pool model", ['google']) do

  pending

  random_string = SecureRandom.hex
  region = 'us-central1'
  instance = create_test_server(Fog::Compute[:google], 'us-central1-a')
  health_check = create_test_http_health_check(Fog::Compute[:google])
  model_tests(Fog::Compute[:google].target_pools, {:name => "fog-test-target-pool-#{random_string}", :region => region, :instances => [instance.self_link], :healthChecks => [health_check.self_link]})

end

Version data entries

11 entries across 11 versions & 3 rubygems

Version Path
fog-google-0.0.5 tests/models/compute/target_pool_tests.rb
fog-google-0.0.4 tests/models/compute/target_pool_tests.rb
fog-google-0.0.3 tests/models/compute/target_pool_tests.rb
fog-google-0.0.2 tests/models/compute/target_pool_tests.rb
fog-1.29.0 tests/google/models/compute/target_pool_tests.rb
fog-1.28.0 tests/google/models/compute/target_pool_tests.rb
fog-1.27.0 tests/google/models/compute/target_pool_tests.rb
fog-1.26.0 tests/google/models/compute/target_pool_tests.rb
fog-1.25.0 tests/google/models/compute/target_pool_tests.rb
nsidc-fog-1.24.1 tests/google/models/compute/target_pool_tests.rb
fog-1.24.0 tests/google/models/compute/target_pool_tests.rb