Sha256: c0bfccedcdcef964a2ca348b42f3330e198caa3e37734870dcf88e7e38836010
Contents?: true
Size: 599 Bytes
Versions: 92
Compression:
Stored size: 599 Bytes
Contents
provider, config = :ecloud, compute_providers[:ecloud] Shindo.tests("Fog::Compute[:#{provider}] | operating_system_families", [provider.to_s]) do connection = Fog::Compute[provider] @organization = connection.organizations.first @environment = @organization.environments.find{|e| e.name == config[:server_attributes][:environment_name]} || @organization.environments.first @compute_pool = @environment.compute_pools.first tests('#all').succeeds do operating_system_families = @compute_pool.operating_system_families returns(false) { operating_system_families.empty? } end end
Version data entries
92 entries across 90 versions & 11 rubygems