Sha256: 5a07b950ea0108f2b54170a1799fde734ad54af5bbebbc7a6fcc4b46a279f827

Contents?: true

Size: 443 Bytes

Versions: 76

Compression:

Stored size: 443 Bytes

Contents

def volumes_tests(connection, params = {}, mocks_implemented = true)

  collection_tests(connection.volumes, params, mocks_implemented) do

    if !Fog.mocking? || mocks_implemented
      @instance.wait_for { ready? }
    end

  end

end

config = compute_providers[:cloudstack]

Shindo.tests("Fog::Compute[:cloudstack] | volumes", ["cloudstack"]) do
  volumes_tests(Fog::Compute[:cloudstack], config[:volume_attributes], config[:mocked])
end

Version data entries

76 entries across 76 versions & 10 rubygems

Version Path
fog-1.22.0 tests/cloudstack/compute/models/volumes_tests.rb
fog-1.21.0 tests/cloudstack/compute/models/volumes_tests.rb
fog-maestrodev-1.20.0.20140305101839 tests/cloudstack/compute/models/volumes_tests.rb
fog-maestrodev-1.20.0.20140305101305 tests/cloudstack/compute/models/volumes_tests.rb
fog-maestrodev-1.19.0.20140212012611 tests/cloudstack/compute/models/volumes_tests.rb
fog-1.20.0 tests/cloudstack/compute/models/volumes_tests.rb
fog-maestrodev-1.19.0.20140110004459 tests/cloudstack/compute/models/volumes_tests.rb
fog-maestrodev-1.19.0.20140110003812 tests/cloudstack/compute/models/volumes_tests.rb
fog-maestrodev-1.19.0.20140109202555 tests/cloudstack/compute/models/volumes_tests.rb
fog-maestrodev-1.19.0.20140107192102 tests/cloudstack/compute/models/volumes_tests.rb
fog-maestrodev-1.19.0.20140107142106 tests/cloudstack/compute/models/volumes_tests.rb
fog-maestrodev-1.19.0.20131219203941 tests/cloudstack/compute/models/volumes_tests.rb
fog-maestrodev-1.18.0.20131219193542 tests/cloudstack/compute/models/volumes_tests.rb
fog-1.19.0 tests/cloudstack/compute/models/volumes_tests.rb
fog-maestrodev-1.18.0.20131219033443 tests/cloudstack/compute/models/volumes_tests.rb
fog-maestrodev-1.18.0.20131219032002 tests/cloudstack/compute/models/volumes_tests.rb
fog-maestrodev-1.18.0.20131219030716 tests/cloudstack/compute/models/volumes_tests.rb
fog-maestrodev-1.18.0.20131219022322 tests/cloudstack/compute/models/volumes_tests.rb
fog-maestrodev-1.18.0.20131218202447 tests/cloudstack/compute/models/volumes_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/cloudstack/compute/models/volumes_tests.rb