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

Version Path
fog-1.22.0 tests/aws/models/compute/subnets_tests.rb
fog-1.21.0 tests/aws/models/compute/subnets_tests.rb
fog-maestrodev-1.20.0.20140305101839 tests/aws/models/compute/subnets_tests.rb
fog-maestrodev-1.20.0.20140305101305 tests/aws/models/compute/subnets_tests.rb
fog-maestrodev-1.19.0.20140212012611 tests/aws/models/compute/subnets_tests.rb
fog-1.20.0 tests/aws/models/compute/subnets_tests.rb
fog-maestrodev-1.19.0.20140110004459 tests/aws/models/compute/subnets_tests.rb
fog-maestrodev-1.19.0.20140110003812 tests/aws/models/compute/subnets_tests.rb
fog-maestrodev-1.19.0.20140109202555 tests/aws/models/compute/subnets_tests.rb
fog-maestrodev-1.19.0.20140107192102 tests/aws/models/compute/subnets_tests.rb
fog-maestrodev-1.19.0.20140107142106 tests/aws/models/compute/subnets_tests.rb
fog-maestrodev-1.19.0.20131219203941 tests/aws/models/compute/subnets_tests.rb
fog-maestrodev-1.18.0.20131219193542 tests/aws/models/compute/subnets_tests.rb
fog-1.19.0 tests/aws/models/compute/subnets_tests.rb
fog-maestrodev-1.18.0.20131219033443 tests/aws/models/compute/subnets_tests.rb
fog-maestrodev-1.18.0.20131219032002 tests/aws/models/compute/subnets_tests.rb
fog-maestrodev-1.18.0.20131219030716 tests/aws/models/compute/subnets_tests.rb
fog-maestrodev-1.18.0.20131219022322 tests/aws/models/compute/subnets_tests.rb
fog-maestrodev-1.18.0.20131218202447 tests/aws/models/compute/subnets_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/aws/models/compute/subnets_tests.rb