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

Version Path
fog-aws-3.12.0 tests/models/compute/subnets_tests.rb
fog-aws-3.11.0 tests/models/compute/subnets_tests.rb
fog-aws-3.10.0 tests/models/compute/subnets_tests.rb
fog-aws-3.9.0 tests/models/compute/subnets_tests.rb
fog-aws-3.8.0 tests/models/compute/subnets_tests.rb
fog-aws-3.7.0 tests/models/compute/subnets_tests.rb
fog-aws-3.6.7 tests/models/compute/subnets_tests.rb
fog-aws-3.6.6 tests/models/compute/subnets_tests.rb
fog-aws-3.6.5 tests/models/compute/subnets_tests.rb
fog-aws-3.6.4 tests/models/compute/subnets_tests.rb
fog-aws-3.6.3 tests/models/compute/subnets_tests.rb
fog-aws-3.6.2 tests/models/compute/subnets_tests.rb
fog-aws-3.5.2 tests/models/compute/subnets_tests.rb
fog-aws-3.5.1 tests/models/compute/subnets_tests.rb
fog-aws-3.5.0 tests/models/compute/subnets_tests.rb
fog-aws-3.4.0 tests/models/compute/subnets_tests.rb
fog-aws-3.3.0 tests/models/compute/subnets_tests.rb
fog-aws-3.2.0 tests/models/compute/subnets_tests.rb
fog-aws-3.1.0 tests/models/compute/subnets_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-aws-2.0.1/tests/models/compute/subnets_tests.rb