Sha256: abe641a7148c424c3a1b226fa12e2ba2479b22682822216708d12fc577375763

Contents?: true

Size: 504 Bytes

Versions: 95

Compression:

Stored size: 504 Bytes

Contents

def snapshot_tests(connection, params, mocks_implemented = true)
  model_tests(connection.snapshots, params[:snapshot_attributes], mocks_implemented) do
    if !Fog.mocking? || mocks_implemented
      @instance.wait_for { ready? }
    end
  end
end

Shindo.tests("Fog::Compute[:cloudstack] | snapshot", "cloudstack") do

  config = compute_providers[:cloudstack]

  snapshot_tests(Fog::Compute[:cloudstack], config, config[:mocked])

  tests('has volume relation') do
    responds_to(:volume)
  end

end

Version data entries

95 entries across 93 versions & 7 rubygems

Version Path
fog-maestrodev-1.18.0.20131209090811 tests/cloudstack/compute/models/snapshot_tests.rb
fog-maestrodev-1.18.0.20131206115947 tests/cloudstack/compute/models/snapshot_tests.rb
fog-maestrodev-1.18.0.20131205181604 tests/cloudstack/compute/models/snapshot_tests.rb
fog-maestrodev-1.18.0.20131127194823 tests/cloudstack/compute/models/snapshot_tests.rb
fog-maestrodev-1.18.0.20131126183714 tests/cloudstack/compute/models/snapshot_tests.rb
fog-maestrodev-1.18.0.20131126122111 tests/cloudstack/compute/models/snapshot_tests.rb
fog-maestrodev-1.18.0.20131125111730 tests/cloudstack/compute/models/snapshot_tests.rb
fog-maestrodev-1.18.0.20131125083406 tests/cloudstack/compute/models/snapshot_tests.rb
fog-maestrodev-1.18.0.20131123105121 tests/cloudstack/compute/models/snapshot_tests.rb
fog-maestrodev-1.18.0.20131122203507 tests/cloudstack/compute/models/snapshot_tests.rb
fog-maestrodev-1.18.0.20131121075022 tests/cloudstack/compute/models/snapshot_tests.rb
fog-maestrodev-1.18.0.20131118164830 tests/cloudstack/compute/models/snapshot_tests.rb
fog-maestrodev-1.18.0.20131115184302 tests/cloudstack/compute/models/snapshot_tests.rb
fog-maestrodev-1.18.0.20131114200144 tests/cloudstack/compute/models/snapshot_tests.rb
gapinc-fog-1.12.1.2.1 tests/cloudstack/compute/models/snapshot_tests.rb
fog-maestrodev-1.18.0.20131112185232 tests/cloudstack/compute/models/snapshot_tests.rb
fog-maestrodev-1.18.0.20131111203459 tests/cloudstack/compute/models/snapshot_tests.rb
fog-1.18.0 tests/cloudstack/compute/models/snapshot_tests.rb
fog-1.17.0 tests/cloudstack/compute/models/snapshot_tests.rb
fog-1.16.0 tests/cloudstack/compute/models/snapshot_tests.rb