Sha256: ba628d179790b5511c71fcd18f1bfc2cdaf58a05795057173790d8e683412c7d

Contents?: true

Size: 441 Bytes

Versions: 40

Compression:

Stored size: 441 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

40 entries across 38 versions & 5 rubygems

Version Path
fog-2.1.0 tests/cloudstack/compute/models/volumes_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/gems/fog-1.42.1/tests/cloudstack/compute/models/volumes_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/gems/fog-1.42.1/tests/cloudstack/compute/models/volumes_tests.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/gems/fog-1.42.1/tests/cloudstack/compute/models/volumes_tests.rb
fog-1.42.1 tests/cloudstack/compute/models/volumes_tests.rb
fog-2.0.0 tests/cloudstack/compute/models/volumes_tests.rb
fog-1.42.0 tests/cloudstack/compute/models/volumes_tests.rb
fog-1.41.0 tests/cloudstack/compute/models/volumes_tests.rb
fog-1.40.0 tests/cloudstack/compute/models/volumes_tests.rb
fog-1.39.0 tests/cloudstack/compute/models/volumes_tests.rb
fog-1.38.0 tests/cloudstack/compute/models/volumes_tests.rb
fog-1.37.0 tests/cloudstack/compute/models/volumes_tests.rb
fog-1.36.0 tests/cloudstack/compute/models/volumes_tests.rb
fog-1.35.0 tests/cloudstack/compute/models/volumes_tests.rb
fog-2.0.0.pre.0 tests/cloudstack/compute/models/volumes_tests.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/tests/cloudstack/compute/models/volumes_tests.rb
fog-1.34.0 tests/cloudstack/compute/models/volumes_tests.rb
fog-1.33.0 tests/cloudstack/compute/models/volumes_tests.rb
fog-1.32.0 tests/cloudstack/compute/models/volumes_tests.rb
fog-1.31.0 tests/cloudstack/compute/models/volumes_tests.rb