Sha256: 290867abefb4d325e7d6e713c29abf1bebe28f952a4596643eb09e6911c527be

Contents?: true

Size: 333 Bytes

Versions: 87

Compression:

Stored size: 333 Bytes

Contents

Shindo.tests("AWS::RDS | snapshots", ['aws', 'rds']) do

  @server = Fog::AWS[:rds].servers.create(rds_default_server_params)
  @server.wait_for { ready? }

  params = {:id => uniq_id, :instance_id => @server.id}
  collection_tests(Fog::AWS[:rds].snapshots, params) do
    @instance.wait_for { ready? }
  end

  @server.destroy
end

Version data entries

87 entries across 87 versions & 15 rubygems

Version Path
fog-1.10.1 tests/aws/models/rds/snapshots_tests.rb
fog-parser-fix-1.6.1 tests/aws/models/rds/snapshots_tests.rb
fog-test-again-1.6.0 tests/aws/models/rds/snapshots_tests.rb
fog-test-me-1.10.0 tests/aws/models/rds/snapshots_tests.rb
fog-parser-fix-1.6.0 tests/aws/models/rds/snapshots_tests.rb
fog-1.10.0 tests/aws/models/rds/snapshots_tests.rb
fog-1.9.0 tests/aws/models/rds/snapshots_tests.rb
fog-maestrodev-1.8.0.20130114204828 tests/aws/models/rds/snapshots_tests.rb
fog-maestrodev-1.8.0.20130111070250 tests/aws/models/rds/snapshots_tests.rb
fog-maestrodev-1.8.0.20130109172219 tests/aws/models/rds/snapshots_tests.rb
fog-sgonyea-1.8.1 tests/aws/models/rds/snapshots_tests.rb
fog-1.8.0 tests/aws/models/rds/snapshots_tests.rb
fog-maestrodev-1.7.0.20121114190951 tests/aws/models/rds/snapshots_tests.rb
fog-1.7.0 tests/aws/models/rds/snapshots_tests.rb
fog-1.6.0 tests/aws/models/rds/snapshots_tests.rb
fog-1.5.0 tests/aws/models/rds/snapshots_tests.rb
rackspace-fog-1.4.2 tests/aws/models/rds/snapshots_tests.rb
fog-1.4.0 tests/aws/models/rds/snapshots_tests.rb
brightbox-cli-0.18.1 lib/brightbox-cli/vendor/fog/tests/aws/models/rds/snapshots_tests.rb
michiels-fog-1.3.1 tests/aws/models/rds/snapshots_tests.rb