Sha256: 238ab325467fb949d665c6569a34f548b5355e339e2fbe0a7e4f1085a5e36aa9

Contents?: true

Size: 725 Bytes

Versions: 72

Compression:

Stored size: 725 Bytes

Contents

Shindo.tests('Fog::Compute[:vsphere] | vm_config_vnc request', ['vsphere']) do

  compute = Fog::Compute[:vsphere]

  reconfig_target = '50137835-88a1-436e-768e-9b2677076e67'
  vnc_spec = {:port => '5900', :password => 'ssaaa', :enabled => 'true'}

  tests('The response should') do
    response = compute.vm_config_vnc('instance_uuid' => reconfig_target).merge(vnc_spec)
    test('be a kind of Hash') { response.kind_of? Hash }
    test('should have a task_state key') { response.key? 'task_state' }
  end

  tests('VNC attrs response should') do
    response = compute.vm_get_vnc(reconfig_target)
    test('be a kind of Hash') { response.kind_of? Hash }
    test('should have a port key') { response.key? :port }
  end
end

Version data entries

72 entries across 72 versions & 5 rubygems

Version Path
fog-vsphere-0.3.0 tests/requests/compute/vm_config_vnc_tests.rb
fog-1.36.0 tests/vsphere/requests/compute/vm_config_vnc_tests.rb
fog-vsphere-0.2.0 tests/requests/compute/vm_config_vnc_tests.rb
fog-vsphere-0.1.1 tests/requests/compute/vm_config_vnc_tests.rb
fog-vsphere-0.1.0 tests/requests/compute/vm_config_vnc_tests.rb
fog-1.35.0 tests/vsphere/requests/compute/vm_config_vnc_tests.rb
fog-2.0.0.pre.0 tests/vsphere/requests/compute/vm_config_vnc_tests.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/tests/vsphere/requests/compute/vm_config_vnc_tests.rb
fog-1.34.0 tests/vsphere/requests/compute/vm_config_vnc_tests.rb
fog-1.33.0 tests/vsphere/requests/compute/vm_config_vnc_tests.rb
fog-1.32.0 tests/vsphere/requests/compute/vm_config_vnc_tests.rb
fog-1.31.0 tests/vsphere/requests/compute/vm_config_vnc_tests.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/tests/vsphere/requests/compute/vm_config_vnc_tests.rb
fog-1.30.0 tests/vsphere/requests/compute/vm_config_vnc_tests.rb
fog-1.29.0 tests/vsphere/requests/compute/vm_config_vnc_tests.rb
fog-1.28.0 tests/vsphere/requests/compute/vm_config_vnc_tests.rb
fog-1.27.0 tests/vsphere/requests/compute/vm_config_vnc_tests.rb
fog-1.26.0 tests/vsphere/requests/compute/vm_config_vnc_tests.rb
fog-1.25.0 tests/vsphere/requests/compute/vm_config_vnc_tests.rb
nsidc-fog-1.24.1 tests/vsphere/requests/compute/vm_config_vnc_tests.rb