Sha256: 41b064a40d883b521271c5cf2802fee7b8048b3f49a54aa4670f1305d98c2bf4

Contents?: true

Size: 731 Bytes

Versions: 46

Compression:

Stored size: 731 Bytes

Contents

require 'test_helpers.rb'

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

46 entries across 46 versions & 1 rubygems

Version Path
beaker-pe-2.12.0 acceptance/tests/install_smoke_test.rb
beaker-pe-2.11.24 acceptance/tests/install_smoke_test.rb
beaker-pe-2.11.23 acceptance/tests/install_smoke_test.rb
beaker-pe-2.11.22 acceptance/tests/install_smoke_test.rb
beaker-pe-2.11.21 acceptance/tests/install_smoke_test.rb
beaker-pe-2.11.20 acceptance/tests/install_smoke_test.rb
beaker-pe-2.11.19 acceptance/tests/install_smoke_test.rb
beaker-pe-2.11.18 acceptance/tests/install_smoke_test.rb
beaker-pe-2.11.17 acceptance/tests/install_smoke_test.rb
beaker-pe-2.11.16 acceptance/tests/install_smoke_test.rb
beaker-pe-2.11.15 acceptance/tests/install_smoke_test.rb
beaker-pe-2.11.14 acceptance/tests/install_smoke_test.rb
beaker-pe-2.11.13 acceptance/tests/install_smoke_test.rb
beaker-pe-2.11.12 acceptance/tests/install_smoke_test.rb
beaker-pe-2.11.11 acceptance/tests/install_smoke_test.rb
beaker-pe-2.11.10 acceptance/tests/install_smoke_test.rb
beaker-pe-2.11.9 acceptance/tests/install_smoke_test.rb
beaker-pe-2.11.8 acceptance/tests/install_smoke_test.rb
beaker-pe-2.11.7 acceptance/tests/install_smoke_test.rb
beaker-pe-2.11.6 acceptance/tests/install_smoke_test.rb