mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
11 lines
264 B
Ruby
11 lines
264 B
Ruby
for provider, config in compute_providers
|
|
|
|
next if [Voxel].include?(provider)
|
|
|
|
Shindo.tests("#{provider}::Compute | flavors", [provider.to_s.downcase]) do
|
|
|
|
flavors_tests(provider[:compute], (config[:flavors_attributes] || {}), config[:mocked])
|
|
|
|
end
|
|
|
|
end
|