Sha256: 466fd41ccfa621739575283e8166dcb6d3cb79a5813bfebc1a12d23ce9e7922d

Contents?: true

Size: 497 Bytes

Versions: 80

Compression:

Stored size: 497 Bytes

Contents

When /^I get the nodes status with "([^"]*)"$/ do |app_name|
  node_cmd(app_name, %W(status -n vagrant))
end

When /^I up the nodes with "([^"]*)"$/ do |app_name|
  node_cmd(app_name, %W(up -n vagrant))
end

When /^I down the nodes with "([^"]*)"$/ do |app_name|
  node_cmd(app_name, %W(down -n vagrant))
end

When /^I build the nodes with "([^"]*)"$/ do |app_name|
  node_cmd(app_name, %W(build -n vagrant))
end

def node_cmd(app_name, *args)
  testlab_cmd(app_name, [%(node), args].flatten)
end

Version data entries

80 entries across 80 versions & 1 rubygems

Version Path
testlab-1.15.1 features/step_definitions/node_steps.rb
testlab-1.15.0 features/step_definitions/node_steps.rb
testlab-1.14.0 features/step_definitions/node_steps.rb
testlab-1.13.0 features/step_definitions/node_steps.rb
testlab-1.12.0 features/step_definitions/node_steps.rb
testlab-1.11.7 features/step_definitions/node_steps.rb
testlab-1.11.6 features/step_definitions/node_steps.rb
testlab-1.11.5 features/step_definitions/node_steps.rb
testlab-1.11.4 features/step_definitions/node_steps.rb
testlab-1.11.3 features/step_definitions/node_steps.rb
testlab-1.11.2 features/step_definitions/node_steps.rb
testlab-1.11.1 features/step_definitions/node_steps.rb
testlab-1.11.0 features/step_definitions/node_steps.rb
testlab-1.10.0 features/step_definitions/node_steps.rb
testlab-1.9.2 features/step_definitions/node_steps.rb
testlab-1.9.1 features/step_definitions/node_steps.rb
testlab-1.9.0 features/step_definitions/node_steps.rb
testlab-1.8.5 features/step_definitions/node_steps.rb
testlab-1.8.4 features/step_definitions/node_steps.rb
testlab-1.8.3 features/step_definitions/node_steps.rb