Sha256: 3cda93d4b4e9421e87a20950e3b226caa00cc91ba040ff09bf6cdf76f8f358cd

Contents?: true

Size: 246 Bytes

Versions: 43

Compression:

Stored size: 246 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'}, 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/subnet_tests.rb
fog-maestrodev-1.15.0.20130829165835 tests/aws/models/compute/subnet_tests.rb
fog-1.15.0 tests/aws/models/compute/subnet_tests.rb
gapinc-fog-1.14.0 tests/aws/models/compute/subnet_tests.rb
fog-maestrodev-1.14.0.20130806165225 tests/aws/models/compute/subnet_tests.rb
fog-1.14.0 tests/aws/models/compute/subnet_tests.rb
fog-1.13.0 tests/aws/models/compute/subnet_tests.rb
gapinc-fog-1.12.1.2 tests/aws/models/compute/subnet_tests.rb
gapinc-fog-1.12.1.1 tests/aws/models/compute/subnet_tests.rb
gapinc-fog-1.12.1a tests/aws/models/compute/subnet_tests.rb
gapinc-fog-1.12.1 tests/aws/models/compute/subnet_tests.rb
fog-1.12.1 tests/aws/models/compute/subnet_tests.rb
fog-1.12.0 tests/aws/models/compute/subnet_tests.rb
hpfog-0.0.20 tests/aws/models/compute/subnet_tests.rb
vagrant-shell-0.2.6 vendor/bundle/gems/fog-1.10.1/tests/aws/models/compute/subnet_tests.rb
vagrant-shell-0.2.5 vendor/bundle/gems/fog-1.10.1/tests/aws/models/compute/subnet_tests.rb
fog-nirvanix-1.8.2 tests/aws/models/compute/subnet_tests.rb
fog-1.11.1 tests/aws/models/compute/subnet_tests.rb
fog-1.11.0 tests/aws/models/compute/subnet_tests.rb
fog-nirvanix-1.8.1 tests/aws/models/compute/subnet_tests.rb