Sha256: 067cae3289b877019b2e2fc04b2f96a02939bd856d83915976b123b2ea38586b
Contents?: true
Size: 506 Bytes
Versions: 41
Compression:
Stored size: 506 Bytes
Contents
Shindo.tests('Fog::Compute[:cloudstack] | ssh key pairs requests', ['cloudstack']) do @ssh_keys_format = { 'listsshkeypairsresponse' => { 'count' => Integer, 'sshkeypair' => [ 'fingerprint' => String, 'name' => String, 'privatekey' => Fog::Nullable::String ] } } tests('success') do tests('#list_ssh_key_pairs').formats(@ssh_keys_format) do pending if Fog.mocking? Fog::Compute[:cloudstack].list_ssh_key_pairs end end end
Version data entries
41 entries across 39 versions & 6 rubygems