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.52.0 acceptance/tests/puppet/install_smoke_test.rb
beaker-3.5.0 acceptance/tests/puppet/install_smoke_test.rb
beaker-3.4.0 acceptance/tests/puppet/install_smoke_test.rb
beaker-3.3.0 acceptance/tests/puppet/install_smoke_test.rb
beaker-3.2.0 acceptance/tests/puppet/install_smoke_test.rb
beaker-3.1.0 acceptance/tests/puppet/install_smoke_test.rb
beaker-3.0.0 acceptance/tests/puppet/install_smoke_test.rb
beaker-2.51.0 acceptance/tests/puppet/install_smoke_test.rb
beaker-2.50.0 acceptance/tests/puppet/install_smoke_test.rb
beaker-2.49.0 acceptance/tests/puppet/install_smoke_test.rb
beaker-2.48.1 acceptance/tests/puppet/install_smoke_test.rb
beaker-2.48.0 acceptance/tests/puppet/install_smoke_test.rb
beaker-2.47.1 acceptance/tests/puppet/install_smoke_test.rb
beaker-2.47.0 acceptance/tests/puppet/install_smoke_test.rb
beaker-2.46.0 acceptance/tests/puppet/install_smoke_test.rb
beaker-2.45.0 acceptance/tests/puppet/install_smoke_test.rb
beaker-2.44.0 acceptance/tests/puppet/install_smoke_test.rb
beaker-2.43.0 acceptance/tests/puppet/install_smoke_test.rb
beaker-2.42.0 acceptance/tests/puppet/install_smoke_test.rb
beaker-2.41.0 acceptance/tests/puppet/install_smoke_test.rb