Sha256: c446b7d2a0c38d46113c872089c05b69a06670e847e2bf61b3fc6869407f557e

Contents?: true

Size: 341 Bytes

Versions: 43

Compression:

Stored size: 341 Bytes

Contents

require_relative '../../helper'

require 'fog/vsphere/models/compute/server'

class TestServer < Minitest::Test
  def test_tools_installed
    server = Fog::Compute::Vsphere::Server.new
    server.tools_state = 'toolsNotRunning'
    server.tools_version = 'guestToolsNotInstalled'

    assert_equal(false, server.tools_installed?)
  end
end

Version data entries

43 entries across 41 versions & 2 rubygems

Version Path
fog-vsphere-1.9.2 tests/models/compute/server_unit_tests.rb
fog-vsphere-1.9.1 tests/models/compute/server_unit_tests.rb
fog-vsphere-1.9.0 tests/models/compute/server_unit_tests.rb
fog-vsphere-1.8.0 tests/models/compute/server_unit_tests.rb
fog-vsphere-1.7.1 tests/models/compute/server_unit_tests.rb
fog-vsphere-1.7.0 tests/models/compute/server_unit_tests.rb
fog-vsphere-1.6.0 tests/models/compute/server_unit_tests.rb
fog-vsphere-1.5.2 tests/models/compute/server_unit_tests.rb
fog-vsphere-1.5.1 tests/models/compute/server_unit_tests.rb
fog-vsphere-1.5.0 tests/models/compute/server_unit_tests.rb
fog-vsphere-1.4.0 tests/models/compute/server_unit_tests.rb
fog-vsphere-1.3.0 tests/models/compute/server_unit_tests.rb
fog-vsphere-1.2.2 tests/models/compute/server_unit_tests.rb
fog-vsphere-1.2.1 tests/models/compute/server_unit_tests.rb
fog-vsphere-1.2.0 tests/models/compute/server_unit_tests.rb
fog-vsphere-1.1.0 tests/models/compute/server_unit_tests.rb
fog-vsphere-1.0.1 tests/models/compute/server_unit_tests.rb
fog-vsphere-1.0.0 tests/models/compute/server_unit_tests.rb
fog-vsphere-0.8.1 tests/models/compute/server_unit_tests.rb
fog-vsphere-0.8.0 tests/models/compute/server_unit_tests.rb