Sha256: 4c16f645bcf62fb64d0f8717c8bd5ae7ff7f631f07dd2719a54dc66fdf37cc5c

Contents?: true

Size: 543 Bytes

Versions: 73

Compression:

Stored size: 543 Bytes

Contents

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

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

  tests('success') do

    ssh_key = service.create_ssh_key 'fookey', 'ssh-dss FOO'

    tests('#list_ssh_keys') do
      service.list_ssh_keys.body['ssh_keys'].each do |key|
        tests('format').data_matches_schema(@ssh_key_format) do
          key
        end
      end
    end

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

  end

end

Version data entries

73 entries across 73 versions & 6 rubygems

Version Path
fog-1.37.0 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-1.36.0 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-1.35.0 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-2.0.0.pre.0 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
vagrant-cloudstack-1.2.0 vendor/bundle/gems/fog-1.32.0/tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-1.34.0 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-1.33.0 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-1.32.0 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-1.31.0 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
vagrant-cloudstack-1.1.0 vendor/bundle/gems/fog-1.22.1/tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-1.30.0 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-1.29.0 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-1.28.0 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-1.27.0 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-1.26.0 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-1.25.0 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
nsidc-fog-1.24.1 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
fog-1.24.0 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
ns-fog-1.22.11 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb
ns-fog-1.22.10 tests/digitalocean/requests/compute/list_ssh_keys_tests.rb