Sha256: 538b725dd84f29ddc175c5207d04beab43674785553476f571e13deebc694546

Contents?: true

Size: 361 Bytes

Versions: 16

Compression:

Stored size: 361 Bytes

Contents

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

  pending if Fog.mocking?

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

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

  @server.destroy
end

Version data entries

16 entries across 16 versions & 4 rubygems

Version Path
brightbox-cli-0.17.4 lib/brightbox-cli/vendor/fog/tests/aws/models/rds/snapshot_tests.rb
brightbox-cli-0.17.3 lib/brightbox-cli/vendor/fog/tests/aws/models/rds/snapshot_tests.rb
brightbox-cli-0.17.2 lib/brightbox-cli/vendor/fog/tests/aws/models/rds/snapshot_tests.rb
brightbox-cli-0.17.1 lib/brightbox-cli/vendor/fog/tests/aws/models/rds/snapshot_tests.rb
brightbox-cli-0.17.0 lib/brightbox-cli/vendor/fog/tests/aws/models/rds/snapshot_tests.rb
fog-1.1.2 tests/aws/models/rds/snapshot_tests.rb
fog_tractical-1.1.4 tests/aws/models/rds/snapshot_tests.rb
fog_tractical-1.1.3 tests/aws/models/rds/snapshot_tests.rb
brightbox-cli-0.16.0 lib/brightbox-cli/vendor/fog/tests/aws/models/rds/snapshot_tests.rb
fog-1.1.1 tests/aws/models/rds/snapshot_tests.rb
fog-1.1.0 tests/aws/models/rds/snapshot_tests.rb
brightbox-cli-0.15.0 lib/brightbox-cli/vendor/fog/tests/aws/models/rds/snapshot_tests.rb
tag-fog-1.0.1 tests/aws/models/rds/snapshot_tests.rb
brightbox-cli-0.14.1 lib/brightbox-cli/vendor/fog/tests/aws/models/rds/snapshot_tests.rb
brightbox-cli-0.14.0 lib/brightbox-cli/vendor/fog/tests/aws/models/rds/snapshot_tests.rb
fog-1.0.0 tests/aws/models/rds/snapshot_tests.rb