Top Level Namespace

Includes:
Beaker::Shared

Defined Under Namespace

Modules: Aix, Beaker, Cisco, Eos, FreeBSD, Mac, PSWindows, Unix, Windows Classes: VsphereHelper

Instance Method Summary collapse

Methods included from Beaker::Shared::Semvar

#max_version, #version_is_less

Methods included from Beaker::Shared::Timed

#run_and_report_duration

Methods included from Beaker::Shared::Repetition

#repeat_fibonacci_style_for, #repeat_for

Methods included from Beaker::Shared::HostManager

#find_at_most_one_host_with_role, #hosts_with_name, #hosts_with_role, #only_host_with_role, #run_block_on

Methods included from Beaker::Shared::ErrorHandler

#report_and_raise

Instance Method Details

#beaker_commandObject



42
43
44
45
46
47
48
49
# File 'lib/beaker/tasks/quick_start.rb', line 42

def beaker_command
  cmd_parts = []
  cmd_parts << "beaker"
  cmd_parts << "--hosts acceptance/config/default_hosts.yaml"
  cmd_parts << "--pre-suite acceptance/setup/default_pre_suite.rb"
  cmd_parts << "--tests acceptance/tests/default_smoke_test.rb"
  cmd_parts.flatten.join(" ")
end