Sha256: b261a58f725488dece21bc7edec2cabaceafe9b46cfda20341155a45535535d8
Contents?: true
Size: 290 Bytes
Versions: 40
Compression:
Stored size: 290 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
40 entries across 40 versions & 2 rubygems