Sha256: a67dac461e7264825362b5b8a034f6dcc3e536d68a75bb3182999914ac1670bd

Contents?: true

Size: 540 Bytes

Versions: 109

Compression:

Stored size: 540 Bytes

Contents

Shindo.tests('Fog::Compute[:libvirt] | servers collection', ['libvirt']) do

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

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

end

Version data entries

109 entries across 109 versions & 16 rubygems

Version Path
fog-maestrodev-1.19.0.20140107142106 tests/libvirt/models/compute/servers_tests.rb
fog-maestrodev-1.19.0.20131219203941 tests/libvirt/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131219193542 tests/libvirt/models/compute/servers_tests.rb
fog-1.19.0 tests/libvirt/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131219033443 tests/libvirt/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131219032002 tests/libvirt/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131219030716 tests/libvirt/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131219022322 tests/libvirt/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131218202447 tests/libvirt/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/libvirt/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131209090811 tests/libvirt/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131206115947 tests/libvirt/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131205181604 tests/libvirt/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131127194823 tests/libvirt/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131126183714 tests/libvirt/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131126122111 tests/libvirt/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131125111730 tests/libvirt/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131125083406 tests/libvirt/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131123105121 tests/libvirt/models/compute/servers_tests.rb
fog-maestrodev-1.18.0.20131122203507 tests/libvirt/models/compute/servers_tests.rb