Sha256: 5e3af1f240a7790fbea84a614a6d2e8cc692eb713f7e917034080e54df2b1742
Contents?: true
Size: 463 Bytes
Versions: 13
Compression:
Stored size: 463 Bytes
Contents
Shindo.tests('Fog::Compute[:vsphere] | hosts collection', ['vsphere']) do servers = Fog::Compute[:vsphere].servers server = servers.last ticket = server.acquire_ticket tests('A ticket') do test('should have a ticket') { !ticket.ticket.empty? } test('should have a host') { !ticket.host.empty? } test('should have a port') { ticket.port.is_a?(Integer) } test('should have a ssl ssl_thumbprint') { !ticket.ssl_thumbprint.empty? } end end
Version data entries
13 entries across 11 versions & 2 rubygems