Sha256: 1aedc0cba27d077797546e3c1e77dd477731eacfe84fa11b320614552ca7ace7
Contents?: true
Size: 568 Bytes
Versions: 16
Compression:
Stored size: 568 Bytes
Contents
# This test is intended to ensure that the --verbose command-line option # works properly. This option provides verbose (INFO) output to stderr. test_name "C99986: --verbose command-line option prints verbose information to stderr" do agents.each do |agent| step "Agent #{agent}: retrieve verbose info from stderr using --verbose option" do on(agent, facter('--verbose')) do assert_match(/INFO puppetlabs.facter - executed with command line: --verbose/, stderr, "Expected stderr to contain verbose (INFO) statements") end end end end
Version data entries
16 entries across 16 versions & 2 rubygems