Sha256: 3df6471bc861408561d31f411f99a90ec13062c204a3eba8f6cd834b9cbdcf80
Contents?: true
Size: 520 Bytes
Versions: 41
Compression:
Stored size: 520 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.kind_of? Hash } test('should have a task_state key') { response.key? 'task_state' } end end
Version data entries
41 entries across 41 versions & 1 rubygems