Sha256: 7a09dadc7eda9261be7b8057616f01c30c7c8580d34544995d083cf3133dfc98

Contents?: true

Size: 632 Bytes

Versions: 69

Compression:

Stored size: 632 Bytes

Contents

Shindo.tests('Fog::Compute[:xenserver] | console collection', ['xenserver']) do
  conn = Fog::Compute[:xenserver]

  tests('The console collection') do
    consoles = conn.consoles.all

    test('should not be empty') { !consoles.empty? }

    test('should be a kind of Fog::Compute::XenServer::Consoles') { consoles.kind_of? Fog::Compute::XenServer::Consoles }

    tests('should be able to reload itself').succeeds { consoles.reload }

    tests('should be able to get a model') do
      tests('by reference').succeeds {
        consoles.get(hosts.first.reference).is_a? Fog::Compute::XenServer::Console
      }
    end
  end
end

Version data entries

69 entries across 69 versions & 6 rubygems

Version Path
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/tests/xenserver/models/compute/consoles_test.rb
fog-1.34.0 tests/xenserver/models/compute/consoles_test.rb
fog-1.33.0 tests/xenserver/models/compute/consoles_test.rb
fog-1.32.0 tests/xenserver/models/compute/consoles_test.rb
fog-1.31.0 tests/xenserver/models/compute/consoles_test.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/tests/xenserver/models/compute/consoles_test.rb
fog-1.30.0 tests/xenserver/models/compute/consoles_test.rb
fog-1.29.0 tests/xenserver/models/compute/consoles_test.rb
fog-1.28.0 tests/xenserver/models/compute/consoles_test.rb
fog-1.27.0 tests/xenserver/models/compute/consoles_test.rb
fog-1.26.0 tests/xenserver/models/compute/consoles_test.rb
fog-1.25.0 tests/xenserver/models/compute/consoles_test.rb
nsidc-fog-1.24.1 tests/xenserver/models/compute/consoles_test.rb
fog-1.24.0 tests/xenserver/models/compute/consoles_test.rb
ns-fog-1.22.11 tests/xenserver/models/compute/consoles_test.rb
ns-fog-1.22.10 tests/xenserver/models/compute/consoles_test.rb
ns-fog-1.22.9 tests/xenserver/models/compute/consoles_test.rb
ns-fog-1.22.8 tests/xenserver/models/compute/consoles_test.rb
ns-fog-1.22.7 tests/xenserver/models/compute/consoles_test.rb
ns-fog-1.22.6 tests/xenserver/models/compute/consoles_test.rb