Sha256: b2de7bd68596e0a803d5dc36aca18ac88b155f0849c55d1b5140be9e71c10274
Contents?: true
Size: 520 Bytes
Versions: 11
Compression:
Stored size: 520 Bytes
Contents
require 'securerandom' Shindo.tests("Fog::Compute[:google] | target pools model", ['google']) do 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]) collection_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