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