Sha256: 0421d7c47b6f77671ea3d939b21f748773abe1540a6ca3d9733857b5d4e1918f
Contents?: true
Size: 289 Bytes
Versions: 79
Compression:
Stored size: 289 Bytes
Contents
Shindo.tests("Fog::Compute[:aws] | subnets", ['aws']) do @vpc=Fog::Compute[:aws].vpcs.create('cidr_block' => '10.0.10.0/28') collection_tests(Fog::Compute[:aws].subnets, { :vpc_id => @vpc.id, :cidr_block => '10.0.10.0/28', :availability_zone => 'us-east-1c'}, true) @vpc.destroy end
Version data entries
79 entries across 77 versions & 6 rubygems