Fixes #37384 - properly pass fips=false when checking keystore #1207
ci.yml
on: pull_request
Puppet
/
Static validations
22s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
21 errors
Puppet / Puppet 7 - CentOS 8
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/apache_spec.rb#L22
certs::apache with default parameters X509 certificate "/etc/pki/katello/certs/katello-apache.crt" issuer is expected to eq "C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet7.example.com"
Failure/Error: its(:issuer) { should eq("C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = #{fact('fqdn')}") }
expected: "C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet7.example.com"
got: "C=US, ST=North Carolina, L=Raleigh, O=Katello, OU=SomeOrgUnit, CN=centos9-64-puppet7.example.com"
(compared using ==)
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/apache_spec.rb#L23
certs::apache with default parameters X509 certificate "/etc/pki/katello/certs/katello-apache.crt" subject is expected to eq "C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet7.example.com"
Failure/Error: its(:subject) { should eq("C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = #{fact('fqdn')}") }
expected: "C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet7.example.com"
got: "C=US, ST=North Carolina, O=Katello, OU=SomeOrgUnit, CN=centos9-64-puppet7.example.com"
(compared using ==)
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/apache_spec.rb#L37
certs::apache with default parameters X509 certificate "/root/ssl-build/centos9-64-puppet7.example.com/centos9-64-puppet7.example.com-apache.crt" issuer is expected to eq "C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet7.example.com"
Failure/Error: its(:issuer) { should eq("C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = #{fact('fqdn')}") }
expected: "C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet7.example.com"
got: "C=US, ST=North Carolina, L=Raleigh, O=Katello, OU=SomeOrgUnit, CN=centos9-64-puppet7.example.com"
(compared using ==)
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/apache_spec.rb#L38
certs::apache with default parameters X509 certificate "/root/ssl-build/centos9-64-puppet7.example.com/centos9-64-puppet7.example.com-apache.crt" subject is expected to eq "C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet7.example.com"
Failure/Error: its(:subject) { should eq("C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = #{fact('fqdn')}") }
expected: "C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet7.example.com"
got: "C=US, ST=North Carolina, O=Katello, OU=SomeOrgUnit, CN=centos9-64-puppet7.example.com"
(compared using ==)
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/apache_spec.rb#L80
certs::apache with server cert X509 certificate "/etc/pki/katello/certs/katello-apache.crt" issuer is expected to eq "CN = Fake LE Intermediate X1"
Failure/Error: its(:issuer) { should eq('CN = Fake LE Intermediate X1') }
expected: "CN = Fake LE Intermediate X1"
got: "CN=Fake LE Intermediate X1"
(compared using ==)
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/apache_spec.rb#L81
certs::apache with server cert X509 certificate "/etc/pki/katello/certs/katello-apache.crt" subject is expected to eq "CN = example.partial.solutions"
Failure/Error: its(:subject) { should eq('CN = example.partial.solutions') }
expected: "CN = example.partial.solutions"
got: "CN=example.partial.solutions"
(compared using ==)
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/apache_spec.rb#L115
certs::apache with deploy false X509 certificate "/root/ssl-build/centos9-64-puppet7.example.com/centos9-64-puppet7.example.com-apache.crt" issuer is expected to eq "C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet7.example.com"
Failure/Error: its(:issuer) { should eq("C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = #{fact('fqdn')}") }
expected: "C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet7.example.com"
got: "C=US, ST=North Carolina, L=Raleigh, O=Katello, OU=SomeOrgUnit, CN=centos9-64-puppet7.example.com"
(compared using ==)
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/apache_spec.rb#L116
certs::apache with deploy false X509 certificate "/root/ssl-build/centos9-64-puppet7.example.com/centos9-64-puppet7.example.com-apache.crt" subject is expected to eq "C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet7.example.com"
Failure/Error: its(:subject) { should eq("C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = #{fact('fqdn')}") }
expected: "C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet7.example.com"
got: "C=US, ST=North Carolina, O=Katello, OU=SomeOrgUnit, CN=centos9-64-puppet7.example.com"
(compared using ==)
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/candlepin_spec.rb#L53
certs with default params X509 certificate "/root/ssl-build/centos9-64-puppet7.example.com/centos9-64-puppet7.example.com-tomcat.crt" issuer is expected to eq "C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet7.example.com"
Failure/Error: its(:issuer) { should eq("C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = #{fqdn}") }
expected: "C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet7.example.com"
got: "C=US, ST=North Carolina, L=Raleigh, O=Katello, OU=SomeOrgUnit, CN=centos9-64-puppet7.example.com"
(compared using ==)
|
Puppet / Puppet 7 - CentOS 9:
spec/acceptance/candlepin_spec.rb#L54
certs with default params X509 certificate "/root/ssl-build/centos9-64-puppet7.example.com/centos9-64-puppet7.example.com-tomcat.crt" subject is expected to eq "C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet7.example.com"
Failure/Error: its(:subject) { should eq("C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = #{fqdn}") }
expected: "C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet7.example.com"
got: "C=US, ST=North Carolina, O=Katello, OU=SomeOrgUnit, CN=centos9-64-puppet7.example.com"
(compared using ==)
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/apache_spec.rb#L22
certs::apache with default parameters X509 certificate "/etc/pki/katello/certs/katello-apache.crt" issuer is expected to eq "C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet8.example.com"
Failure/Error: its(:issuer) { should eq("C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = #{fact('fqdn')}") }
expected: "C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet8.example.com"
got: "C=US, ST=North Carolina, L=Raleigh, O=Katello, OU=SomeOrgUnit, CN=centos9-64-puppet8.example.com"
(compared using ==)
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/apache_spec.rb#L23
certs::apache with default parameters X509 certificate "/etc/pki/katello/certs/katello-apache.crt" subject is expected to eq "C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet8.example.com"
Failure/Error: its(:subject) { should eq("C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = #{fact('fqdn')}") }
expected: "C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet8.example.com"
got: "C=US, ST=North Carolina, O=Katello, OU=SomeOrgUnit, CN=centos9-64-puppet8.example.com"
(compared using ==)
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/apache_spec.rb#L37
certs::apache with default parameters X509 certificate "/root/ssl-build/centos9-64-puppet8.example.com/centos9-64-puppet8.example.com-apache.crt" issuer is expected to eq "C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet8.example.com"
Failure/Error: its(:issuer) { should eq("C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = #{fact('fqdn')}") }
expected: "C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet8.example.com"
got: "C=US, ST=North Carolina, L=Raleigh, O=Katello, OU=SomeOrgUnit, CN=centos9-64-puppet8.example.com"
(compared using ==)
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/apache_spec.rb#L38
certs::apache with default parameters X509 certificate "/root/ssl-build/centos9-64-puppet8.example.com/centos9-64-puppet8.example.com-apache.crt" subject is expected to eq "C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet8.example.com"
Failure/Error: its(:subject) { should eq("C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = #{fact('fqdn')}") }
expected: "C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet8.example.com"
got: "C=US, ST=North Carolina, O=Katello, OU=SomeOrgUnit, CN=centos9-64-puppet8.example.com"
(compared using ==)
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/apache_spec.rb#L80
certs::apache with server cert X509 certificate "/etc/pki/katello/certs/katello-apache.crt" issuer is expected to eq "CN = Fake LE Intermediate X1"
Failure/Error: its(:issuer) { should eq('CN = Fake LE Intermediate X1') }
expected: "CN = Fake LE Intermediate X1"
got: "CN=Fake LE Intermediate X1"
(compared using ==)
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/apache_spec.rb#L81
certs::apache with server cert X509 certificate "/etc/pki/katello/certs/katello-apache.crt" subject is expected to eq "CN = example.partial.solutions"
Failure/Error: its(:subject) { should eq('CN = example.partial.solutions') }
expected: "CN = example.partial.solutions"
got: "CN=example.partial.solutions"
(compared using ==)
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/apache_spec.rb#L115
certs::apache with deploy false X509 certificate "/root/ssl-build/centos9-64-puppet8.example.com/centos9-64-puppet8.example.com-apache.crt" issuer is expected to eq "C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet8.example.com"
Failure/Error: its(:issuer) { should eq("C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = #{fact('fqdn')}") }
expected: "C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet8.example.com"
got: "C=US, ST=North Carolina, L=Raleigh, O=Katello, OU=SomeOrgUnit, CN=centos9-64-puppet8.example.com"
(compared using ==)
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/apache_spec.rb#L116
certs::apache with deploy false X509 certificate "/root/ssl-build/centos9-64-puppet8.example.com/centos9-64-puppet8.example.com-apache.crt" subject is expected to eq "C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet8.example.com"
Failure/Error: its(:subject) { should eq("C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = #{fact('fqdn')}") }
expected: "C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet8.example.com"
got: "C=US, ST=North Carolina, O=Katello, OU=SomeOrgUnit, CN=centos9-64-puppet8.example.com"
(compared using ==)
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/candlepin_spec.rb#L53
certs with default params X509 certificate "/root/ssl-build/centos9-64-puppet8.example.com/centos9-64-puppet8.example.com-tomcat.crt" issuer is expected to eq "C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet8.example.com"
Failure/Error: its(:issuer) { should eq("C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = #{fqdn}") }
expected: "C = US, ST = North Carolina, L = Raleigh, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet8.example.com"
got: "C=US, ST=North Carolina, L=Raleigh, O=Katello, OU=SomeOrgUnit, CN=centos9-64-puppet8.example.com"
(compared using ==)
|
Puppet / Puppet 8 - CentOS 9:
spec/acceptance/candlepin_spec.rb#L54
certs with default params X509 certificate "/root/ssl-build/centos9-64-puppet8.example.com/centos9-64-puppet8.example.com-tomcat.crt" subject is expected to eq "C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet8.example.com"
Failure/Error: its(:subject) { should eq("C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = #{fqdn}") }
expected: "C = US, ST = North Carolina, O = Katello, OU = SomeOrgUnit, CN = centos9-64-puppet8.example.com"
got: "C=US, ST=North Carolina, O=Katello, OU=SomeOrgUnit, CN=centos9-64-puppet8.example.com"
(compared using ==)
|