Sha256: b62393ac5307a8f1274e1795e0b16459e7a86fb1b72fe66a6762133eff6d0220

Contents?: true

Size: 536 Bytes

Versions: 29

Compression:

Stored size: 536 Bytes

Contents

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

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

  service = Fog::Compute[:digitalocean]

  tests('success') do

    tests('#create_ssh_key').formats({'status' => 'OK', 'ssh_key' => @key_format}) do
      @key = Fog::Compute[:digitalocean].create_ssh_key 'fookey', 'fookey'
      @key.body
    end

  end

  service.destroy_ssh_key @key.body['ssh_key']['id']

end

Version data entries

29 entries across 29 versions & 4 rubygems

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