Sha256: da10d2d11af07609a4a21f0b1388bb4095d010c37ae7ca506aa0a1fbe0ca8dc3

Contents?: true

Size: 598 Bytes

Versions: 73

Compression:

Stored size: 598 Bytes

Contents

Shindo.tests('Fog::Compute[:digitalocean] | get_ssh_keys request', ['digitalocean', 'compute']) do

  @ssh_key_format = {
    'id'             => Integer,
    'name'           => String,
    'ssh_pub_key'    => String,
  }

  service = Fog::Compute[:digitalocean]

  tests('success') do

    tests('#get_ssh_key') do
      key = service.create_ssh_key 'fookey', 'ssh-dss FOO'

      tests('format').data_matches_schema(@ssh_key_format) do
        service.get_ssh_key(key.body['ssh_key']['id']).body['ssh_key']
      end

      service.destroy_ssh_key(key.body['ssh_key']['id'])
    end

  end

end

Version data entries

73 entries across 73 versions & 6 rubygems

Version Path
fog-maestrodev-1.19.0.20131219203941 tests/digitalocean/requests/compute/get_ssh_key_tests.rb
fog-maestrodev-1.18.0.20131219193542 tests/digitalocean/requests/compute/get_ssh_key_tests.rb
fog-1.19.0 tests/digitalocean/requests/compute/get_ssh_key_tests.rb
fog-maestrodev-1.18.0.20131219033443 tests/digitalocean/requests/compute/get_ssh_key_tests.rb
fog-maestrodev-1.18.0.20131219032002 tests/digitalocean/requests/compute/get_ssh_key_tests.rb
fog-maestrodev-1.18.0.20131219030716 tests/digitalocean/requests/compute/get_ssh_key_tests.rb
fog-maestrodev-1.18.0.20131219022322 tests/digitalocean/requests/compute/get_ssh_key_tests.rb
fog-maestrodev-1.18.0.20131218202447 tests/digitalocean/requests/compute/get_ssh_key_tests.rb
fog-maestrodev-1.18.0.20131209091424 tests/digitalocean/requests/compute/get_ssh_key_tests.rb
fog-maestrodev-1.18.0.20131209090811 tests/digitalocean/requests/compute/get_ssh_key_tests.rb
fog-maestrodev-1.18.0.20131206115947 tests/digitalocean/requests/compute/get_ssh_key_tests.rb
fog-maestrodev-1.18.0.20131205181604 tests/digitalocean/requests/compute/get_ssh_key_tests.rb
fog-maestrodev-1.18.0.20131127194823 tests/digitalocean/requests/compute/get_ssh_key_tests.rb
fog-maestrodev-1.18.0.20131126183714 tests/digitalocean/requests/compute/get_ssh_key_tests.rb
fog-maestrodev-1.18.0.20131126122111 tests/digitalocean/requests/compute/get_ssh_key_tests.rb
fog-maestrodev-1.18.0.20131125111730 tests/digitalocean/requests/compute/get_ssh_key_tests.rb
fog-maestrodev-1.18.0.20131125083406 tests/digitalocean/requests/compute/get_ssh_key_tests.rb
fog-maestrodev-1.18.0.20131123105121 tests/digitalocean/requests/compute/get_ssh_key_tests.rb
fog-maestrodev-1.18.0.20131122203507 tests/digitalocean/requests/compute/get_ssh_key_tests.rb
fog-maestrodev-1.18.0.20131121075022 tests/digitalocean/requests/compute/get_ssh_key_tests.rb