Sha256: 4b278b62e26740e8dc11788b824036be4a00be606ad5382bfe14f5bde3f4ab43
Contents?: true
Size: 515 Bytes
Versions: 13
Compression:
Stored size: 515 Bytes
Contents
Shindo.tests('Fog::Compute[:vsphere] | vm_reconfig_cdrom request', ['vsphere']) do compute = Fog::Compute[:vsphere] reconfig_target = '5032c8a5-9c5e-ba7a-3804-832a03e16381' reconfig_spec = { 'start_connected' => false } tests('the response should') do response = compute.vm_reconfig_cdrom('instance_uuid' => reconfig_target, 'hardware_spec' => reconfig_spec) test('be a kind of Hash') { response.is_a? Hash } test('should have a task_state key') { response.key? 'task_state' } end end
Version data entries
13 entries across 11 versions & 2 rubygems