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-maestrodev-1.18.0.20131209090811 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131206115947 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131205181604 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131127194823 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131126183714 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131126122111 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131125111730 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131125083406 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131123105121 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131122203507 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131121075022 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131118164830 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131115184302 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131114200144 tests/cloudstack/requests/ssh_key_pair_tests.rb
gapinc-fog-1.12.1.2.1 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131112185232 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-maestrodev-1.18.0.20131111203459 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-1.18.0 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-1.17.0 tests/cloudstack/requests/ssh_key_pair_tests.rb
fog-1.16.0 tests/cloudstack/requests/ssh_key_pair_tests.rb