never set REMOTE_USER to the value of SSL_CLIENT_S_DN_CN #1428
Annotations
10 errors
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
basic installation behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_075855981.bwZpk6.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Could not parse for environment production: Syntax error at '}' (file: /tmp/apply_manifest_075855981.bwZpk6.pp, line: 2, column: 65) on node almalinux8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
basic installation behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'almalinux8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_075857884.JthjU5.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Could not parse for environment production: Syntax error at '}' (file: /tmp/apply_manifest_075857884.JthjU5.pp, line: 2, column: 65) on node almalinux8-64-puppet7.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/basic_spec.rb:4
|
Run tests:
spec/support/acceptance/examples.rb#L5
basic installation User "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected User "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:14
|
Run tests:
spec/support/acceptance/examples.rb#L10
basic installation Group "pulp" is expected to exist
Failure/Error: it { is_expected.to exist }
expected Group "pulp" to exist
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:14
|
Run tests:
spec/support/acceptance/examples.rb#L15
basic installation Service "httpd" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "httpd" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:14
|
Run tests:
spec/support/acceptance/examples.rb#L16
basic installation Service "httpd" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "httpd" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:14
|
Run tests:
spec/support/acceptance/examples.rb#L20
basic installation Service "pulpcore-api" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-api" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:14
|
Run tests:
spec/support/acceptance/examples.rb#L21
basic installation Service "pulpcore-api" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-api" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:14
|
Run tests:
spec/support/acceptance/examples.rb#L25
basic installation Service "pulpcore-content" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "pulpcore-content" to be enabled
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:14
|
Run tests:
spec/support/acceptance/examples.rb#L26
basic installation Service "pulpcore-content" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "pulpcore-content" to be running
Shared Example Group: "the default pulpcore application" called from ./spec/acceptance/basic_spec.rb:14
|
Loading