Sha256: fd67bbad3d7316fd27de771cc842259c9107ecfe6431ee9b659462f72430c3aa

Contents?: true

Size: 528 Bytes

Versions: 109

Compression:

Stored size: 528 Bytes

Contents

Shindo.tests('Fog::Compute[:libvirt] | pools request', ['libvirt']) do

  pools = Fog::Compute[:libvirt].pools

  tests('The pools collection') do
      test('should not be empty') { not pools.empty? }
      test('should be a kind of Fog::Compute::Libvirt::Pools') { pools.kind_of? Fog::Compute::Libvirt::Pools }
      tests('should be able to reload itself').succeeds { pools.reload }
      tests('should be able to get a model') do
        tests('by instance id').succeeds { pools.get pools.first.uuid }
      end
    end
end

Version data entries

109 entries across 109 versions & 16 rubygems

Version Path
fog-libvirt-0.5.0 tests/libvirt/models/compute/pools_tests.rb
fog-libvirt-0.4.2 tests/libvirt/models/compute/pools_tests.rb
fog-libvirt-0.4.1 tests/libvirt/models/compute/pools_tests.rb
fog-libvirt-0.4.0 tests/libvirt/models/compute/pools_tests.rb
fog-libvirt-0.3.0 tests/libvirt/models/compute/pools_tests.rb
fog-libvirt-0.2.0 tests/libvirt/models/compute/pools_tests.rb
fog-libvirt-0.1.0 tests/libvirt/models/compute/pools_tests.rb
fog-libvirt-0.0.4 tests/libvirt/models/compute/pools_tests.rb
fog-libvirt-0.0.3 tests/libvirt/models/compute/pools_tests.rb
fog-libvirt-0.0.2 tests/libvirt/models/compute/pools_tests.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/tests/libvirt/models/compute/pools_tests.rb
fog-libvirt-0.0.1 tests/libvirt/models/compute/pools_tests.rb
fog-1.29.0 tests/libvirt/models/compute/pools_tests.rb
fog-1.28.0 tests/libvirt/models/compute/pools_tests.rb
fog-1.27.0 tests/libvirt/models/compute/pools_tests.rb
fog-1.26.0 tests/libvirt/models/compute/pools_tests.rb
fog-1.25.0 tests/libvirt/models/compute/pools_tests.rb
nsidc-fog-1.24.1 tests/libvirt/models/compute/pools_tests.rb
fog-1.24.0 tests/libvirt/models/compute/pools_tests.rb
ns-fog-1.22.11 tests/libvirt/models/compute/pools_tests.rb