Sha256: 1ce5b156e58a8877b1e25c7402173e30dca9cd0841ce2463650cfa83c2b206da

Contents?: true

Size: 641 Bytes

Versions: 41

Compression:

Stored size: 641 Bytes

Contents

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

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

  tests('The servers collection') do
    test('should not be empty') { not servers.empty? }
    test('should be a kind of Fog::Compute::Vsphere::Servers') { servers.kind_of? Fog::Compute::Vsphere::Servers }
    tests('should be able to reload itself').succeeds { servers.reload }
    tests('should be able to get a model') do
      tests('by managed object reference').succeeds { servers.get 'jefftest' }
      tests('by instance uuid').succeeds { servers.get '5032c8a5-9c5e-ba7a-3804-832a03e16381' }
    end
  end

end

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
fog-vsphere-2.1.1 tests/models/compute/servers_tests.rb
fog-vsphere-2.1.0 tests/models/compute/servers_tests.rb
fog-vsphere-2.0.1 tests/models/compute/servers_tests.rb
fog-vsphere-2.0.0 tests/models/compute/servers_tests.rb
fog-vsphere-1.13.1 tests/models/compute/servers_tests.rb
fog-vsphere-1.13.0 tests/models/compute/servers_tests.rb
fog-vsphere-1.12.0 tests/models/compute/servers_tests.rb
fog-vsphere-1.11.3 tests/models/compute/servers_tests.rb
fog-vsphere-1.11.2 tests/models/compute/servers_tests.rb
fog-vsphere-1.11.1 tests/models/compute/servers_tests.rb
fog-vsphere-1.11.0 tests/models/compute/servers_tests.rb
fog-vsphere-1.10.0 tests/models/compute/servers_tests.rb
fog-vsphere-1.9.2 tests/models/compute/servers_tests.rb
fog-vsphere-1.9.1 tests/models/compute/servers_tests.rb
fog-vsphere-1.9.0 tests/models/compute/servers_tests.rb
fog-vsphere-1.8.0 tests/models/compute/servers_tests.rb
fog-vsphere-1.7.1 tests/models/compute/servers_tests.rb
fog-vsphere-1.7.0 tests/models/compute/servers_tests.rb
fog-vsphere-1.6.0 tests/models/compute/servers_tests.rb
fog-vsphere-1.5.2 tests/models/compute/servers_tests.rb