Sha256: ef8ab47af3c9d5d17ddc584ba4611303e3711f27e315f9311e2f4a09ff6a8f43

Contents?: true

Size: 505 Bytes

Versions: 87

Compression:

Stored size: 505 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

87 entries across 87 versions & 15 rubygems

Version Path
fog-1.22.0 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-1.21.0 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.20.0.20140305101839 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.20.0.20140305101305 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.19.0.20140212012611 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-1.20.0 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.19.0.20140110004459 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.19.0.20140110003812 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.19.0.20140109202555 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.19.0.20140107192102 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.19.0.20140107142106 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.19.0.20131219203941 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131219193542 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-1.19.0 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131219033443 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131219032002 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131219030716 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131219022322 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131218202447 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/cloudstack/requests/ssh_key_pair_tests.rb