Sha256: 3bd31eb1b291212ab9aeb69b60c0c0ad1031cc4ae4c7b968f53485f2eeee7dd7
Contents?: true
Size: 395 Bytes
Versions: 123
Compression:
Stored size: 395 Bytes
Contents
Shindo.tests('Fog::Compute[:libvirt] | update_display request', ['libvirt']) do compute = Fog::Compute[:libvirt] reconfig_target = 'f74d728a-5b62-7e2f-1f84-239aead298ca' display_spec = {:password => 'ssaaa'} tests('The response should') do response = compute.update_display(:uuid => reconfig_target).merge(display_spec) test('should be true').succeeds { response } end end
Version data entries
123 entries across 123 versions & 17 rubygems