Sha256: 7a79d3e80768ac53e322eeb89251508a1093f6d82c234f62d93def3a2ee5f44b

Contents?: true

Size: 837 Bytes

Versions: 7

Compression:

Stored size: 837 Bytes

Contents

load 'aruba/cucumber.rb' unless defined? ::Aruba

World(::Cuken::Api::Ssh)

Before do
  @aruba_timeout_seconds.nil? || @aruba_timeout_seconds < 5 ? @aruba_timeout_seconds = 5 : @aruba_timeout_seconds
end

Given /^a SSH client user "([^\"]*)"$/ do |name|
  ssh_client_hostname name
end

Given /^a SSH client user$/ do
  ssh_client_hostname
end

Given /^a SSH client hostname "([^\"]*)"$/ do |name|
  ssh_client_hostname name
end

Given /^a SSH client hostname$/ do
  ssh_client_hostname
end

Given /^default ssh-forever options$/ do
  ssh_forever_options(:default)
end

Given /^the ssh-forever options:$/ do |table|
  ssh_forever_options(table)
end

When /^I initialize password-less SSH access for:$/ do |table|
  ssh_init_password_less_batch(table)
end

Given /^I initialize password-less SSH access$/ do
  ssh_init_password_less
end


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
cuken-0.1.11 lib/cuken/cucumber/ssh.rb
cuken-0.1.10 lib/cuken/cucumber/ssh.rb
cuken-0.1.9 lib/cuken/cucumber/ssh.rb
cuken-0.1.8 lib/cuken/cucumber/ssh.rb
cuken-0.1.7 lib/cuken/cucumber/ssh.rb
cuken-0.1.4 lib/cuken/cucumber/ssh.rb
cuken-0.1.2 lib/cuken/cucumber/ssh.rb