Pass secrets as sensitive data types to katello/candlepin #1158
Annotations
11 errors
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L4
Install Candlepin 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 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_142928229.pp.wODwjq
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Sensitive-Type[] accepts 1 argument. Got 2 (file: /etc/puppetlabs/code/environments/production/modules/katello/manifests/params.pp, line: 22, column: 11) on node centos9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/candlepin_spec.rb:6
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-2.4.0/lib/voxpupuli/acceptance/examples.rb#L8
Install Candlepin 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 'centos9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_142930229.pp.2tn2x7
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: /etc/puppetlabs/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
(file: /etc/puppetlabs/puppet/hiera.yaml)
Error: Evaluation Error: Sensitive-Type[] accepts 1 argument. Got 2 (file: /etc/puppetlabs/code/environments/production/modules/katello/manifests/params.pp, line: 22, column: 11) on node centos9-64-puppet8.example.com
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/candlepin_spec.rb:6
|
Run tests:
spec/acceptance/candlepin_spec.rb#L11
Install Candlepin Service "tomcat" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "tomcat" to be running
|
Run tests:
spec/acceptance/candlepin_spec.rb#L12
Install Candlepin Service "tomcat" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "tomcat" to be enabled
|
Run tests:
spec/acceptance/candlepin_spec.rb#L16
Install Candlepin Port "23443" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "23443" to be listening
|
Run tests:
spec/acceptance/candlepin_spec.rb#L20
Install Candlepin Command "curl -k -s -o /dev/null -w '%{http_code}' https://localhost:23443/candlepin/status" stdout is expected to eq "200"
Failure/Error: its(:stdout) { should eq "200" }
expected: "200"
got: "000"
(compared using ==)
|
Run tests:
spec/acceptance/candlepin_spec.rb#L24
Install Candlepin File "/usr/share/tomcat/conf/cert-users.properties" is expected to be file
Failure/Error: it { should be_file }
expected `File "/usr/share/tomcat/conf/cert-users.properties".file?` to be truthy, got false
|
Run tests:
spec/acceptance/candlepin_spec.rb#L25
Install Candlepin File "/usr/share/tomcat/conf/cert-users.properties" is expected to be mode 640
Failure/Error: it { should be_mode 640 }
expected `File "/usr/share/tomcat/conf/cert-users.properties".mode?(640)` to be truthy, got false
|
Run tests:
spec/acceptance/candlepin_spec.rb#L26
Install Candlepin File "/usr/share/tomcat/conf/cert-users.properties" is expected to be owned by "tomcat"
Failure/Error: it { should be_owned_by 'tomcat' }
expected `File "/usr/share/tomcat/conf/cert-users.properties".owned_by?("tomcat")` to be truthy, got false
|
Run tests:
spec/acceptance/candlepin_spec.rb#L27
Install Candlepin File "/usr/share/tomcat/conf/cert-users.properties" is expected to be grouped into "tomcat"
Failure/Error: it { should be_grouped_into 'tomcat' }
expected `File "/usr/share/tomcat/conf/cert-users.properties".grouped_into?("tomcat")` to be truthy, got false
|
Loading