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

Version Path
fog-aws-1.2.0 tests/models/compute/subnet_tests.rb
fog-aws-1.1.0 tests/models/compute/subnet_tests.rb
fog-aws-1.0.0 tests/models/compute/subnet_tests.rb
fog-aws-0.13.0 tests/models/compute/subnet_tests.rb
fog-aws-0.12.0 tests/models/compute/subnet_tests.rb
fog-aws-0.11.0 tests/models/compute/subnet_tests.rb
fog-aws-0.10.0 tests/models/compute/subnet_tests.rb
fog-aws-0.9.4 tests/models/compute/subnet_tests.rb
fog-aws-0.9.3 tests/models/compute/subnet_tests.rb
fog-aws-0.9.2 tests/models/compute/subnet_tests.rb
fog-aws-0.9.1 tests/models/compute/subnet_tests.rb
fog-aws-0.9.0 tests/models/compute/subnet_tests.rb
fog-aws-0.8.1 tests/models/compute/subnet_tests.rb
fog-aws-0.8.0 tests/models/compute/subnet_tests.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-aws-0.7.5/tests/models/compute/subnet_tests.rb
fog-aws-0.7.6 tests/models/compute/subnet_tests.rb
fog-aws-0.7.5 tests/models/compute/subnet_tests.rb
fog-aws-0.7.4 tests/models/compute/subnet_tests.rb
fog-aws-0.7.3 tests/models/compute/subnet_tests.rb
fog-aws-0.7.2 tests/models/compute/subnet_tests.rb