Sha256: c79a13c329d52e48b920cb91d560f0159210aaedd32ca0f242b7806f721a52f3

Contents?: true

Size: 703 Bytes

Versions: 98

Compression:

Stored size: 703 Bytes

Contents

test_name "puppet install smoketest"

step 'puppet install smoketest: verify \'facter --help\' can be successfully called on all hosts'
hosts.each do |host|
  on host, facter('--help')
end

step 'puppet install smoketest: verify \'hiera --help\' can be successfully called on all hosts'
hosts.each do |host|
  on host, hiera('--help')
end

step 'puppet install smoketest: verify \'puppet help\' can be successfully called on all hosts'
hosts.each do |host|
  on host, puppet('help')
end

step "puppet install smoketest: can get a configprint of the puppet server setting on all hosts"
hosts.each do |host|
  assert(!host.puppet['server'].empty?, "can get a configprint of the puppet server setting")
end

Version data entries

98 entries across 98 versions & 2 rubygems

Version Path
beaker-2.24.0 acceptance/tests/puppet/install_smoke.rb
beaker-2.23.0 acceptance/tests/puppet/install_smoke.rb
beaker-2.22.0 acceptance/tests/puppet/install_smoke.rb
beaker-2.21.0 acceptance/tests/puppet/install_smoke.rb
beaker-2.20.0 acceptance/tests/puppet/install_smoke.rb
beaker-2.19.0 acceptance/tests/puppet/install_smoke.rb
beaker-2.18.3 acceptance/tests/puppet/install_smoke.rb
beaker-2.18.2 acceptance/tests/puppet/install_smoke.rb
beaker-2.18.1 acceptance/tests/puppet/install_smoke.rb
beaker-2.18.0 acceptance/tests/puppet/install_smoke.rb
beaker-2.17.0 acceptance/tests/puppet/install_smoke.rb
beaker-2.16.0 acceptance/tests/puppet/install_smoke.rb
beaker-2.15.1 acceptance/tests/puppet/install_smoke.rb
beaker-2.15.0 acceptance/tests/puppet/install_smoke.rb
beaker-2.14.1 acceptance/tests/puppet/install_smoke.rb
beaker-2.14.0 acceptance/tests/puppet/install_smoke.rb
beaker-2.13.0 acceptance/tests/puppet/install_smoke.rb
beaker-2.12.0 acceptance/tests/puppet/install_smoke.rb