Sha256: 2093521e98d735c924692625177b13bd3fff490fcca76cba047cfb08bbff9bb7

Contents?: true

Size: 254 Bytes

Versions: 43

Compression:

Stored size: 254 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'}, true)
  @vpc.destroy
end

Version data entries

43 entries across 43 versions & 13 rubygems

Version Path
gapinc-fog-1.12.1.2.1 tests/aws/models/compute/subnets_tests.rb
fog-maestrodev-1.15.0.20130829165835 tests/aws/models/compute/subnets_tests.rb
fog-1.15.0 tests/aws/models/compute/subnets_tests.rb
gapinc-fog-1.14.0 tests/aws/models/compute/subnets_tests.rb
fog-maestrodev-1.14.0.20130806165225 tests/aws/models/compute/subnets_tests.rb
fog-1.14.0 tests/aws/models/compute/subnets_tests.rb
fog-1.13.0 tests/aws/models/compute/subnets_tests.rb
gapinc-fog-1.12.1.2 tests/aws/models/compute/subnets_tests.rb
gapinc-fog-1.12.1.1 tests/aws/models/compute/subnets_tests.rb
gapinc-fog-1.12.1a tests/aws/models/compute/subnets_tests.rb
gapinc-fog-1.12.1 tests/aws/models/compute/subnets_tests.rb
fog-1.12.1 tests/aws/models/compute/subnets_tests.rb
fog-1.12.0 tests/aws/models/compute/subnets_tests.rb
hpfog-0.0.20 tests/aws/models/compute/subnets_tests.rb
vagrant-shell-0.2.6 vendor/bundle/gems/fog-1.10.1/tests/aws/models/compute/subnets_tests.rb
vagrant-shell-0.2.5 vendor/bundle/gems/fog-1.10.1/tests/aws/models/compute/subnets_tests.rb
fog-nirvanix-1.8.2 tests/aws/models/compute/subnets_tests.rb
fog-1.11.1 tests/aws/models/compute/subnets_tests.rb
fog-1.11.0 tests/aws/models/compute/subnets_tests.rb
fog-nirvanix-1.8.1 tests/aws/models/compute/subnets_tests.rb