Fix references to certs::ca_cert #821
ci.yml
on: pull_request
Puppet
/
Static validations
13s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
1s
Annotations
5 errors
|
Puppet / 7 (Ruby 2.7):
spec/classes/katello_devel_spec.rb#L31
katello_devel on redhat-9-x86_64 with minimal params is expected to contain exactly "BIND=0.0.0.0", "PORT=3000", "RAILS_STARTUP='puma -w 2 -p $PORT --preload'", "WEBPACK_OPTS='--https --key /etc/pki/katello/private/katello-apache.key --cert /etc/pki/katello/cert...crt --cacert /etc/pki/katello/certs/katello-default-ca.crt --host 0.0.0.0 --public foo.example.com'", and "REDUX_LOGGER=false"
Failure/Error: expect(get_content(subject, title)).to match_array(expected_lines)
expected collection contained: ["BIND=0.0.0.0", "PORT=3000", "RAILS_STARTUP='puma -w 2 -p $PORT --preload'", "REDUX_LOGGER=false", "...rt --cacert /etc/pki/katello/certs/katello-default-ca.crt --host 0.0.0.0 --public foo.example.com'"]
actual collection contained: ["BIND=0.0.0.0", "PORT=3000", "RAILS_STARTUP='puma -w 2 -p $PORT --preload'", "REDUX_LOGGER=false", "...-cert /etc/pki/katello/certs/katello-apache.crt --cacert --host 0.0.0.0 --public foo.example.com'"]
the missing elements were: ["WEBPACK_OPTS='--https --key /etc/pki/katello/private/katello-apache.key --cert /etc/pki/katello/cer...rt --cacert /etc/pki/katello/certs/katello-default-ca.crt --host 0.0.0.0 --public foo.example.com'"]
the extra elements were: ["WEBPACK_OPTS='--https --key /etc/pki/katello/private/katello-apache.key --cert /etc/pki/katello/certs/katello-apache.crt --cacert --host 0.0.0.0 --public foo.example.com'"]
|
|
Puppet / 7 (Ruby 2.7):
spec/classes/katello_devel_spec.rb#L31
katello_devel on centos-9-x86_64 with minimal params is expected to contain exactly "BIND=0.0.0.0", "PORT=3000", "RAILS_STARTUP='puma -w 2 -p $PORT --preload'", "WEBPACK_OPTS='--https --key /etc/pki/katello/private/katello-apache.key --cert /etc/pki/katello/cert...crt --cacert /etc/pki/katello/certs/katello-default-ca.crt --host 0.0.0.0 --public foo.example.com'", and "REDUX_LOGGER=false"
Failure/Error: expect(get_content(subject, title)).to match_array(expected_lines)
expected collection contained: ["BIND=0.0.0.0", "PORT=3000", "RAILS_STARTUP='puma -w 2 -p $PORT --preload'", "REDUX_LOGGER=false", "...rt --cacert /etc/pki/katello/certs/katello-default-ca.crt --host 0.0.0.0 --public foo.example.com'"]
actual collection contained: ["BIND=0.0.0.0", "PORT=3000", "RAILS_STARTUP='puma -w 2 -p $PORT --preload'", "REDUX_LOGGER=false", "...-cert /etc/pki/katello/certs/katello-apache.crt --cacert --host 0.0.0.0 --public foo.example.com'"]
the missing elements were: ["WEBPACK_OPTS='--https --key /etc/pki/katello/private/katello-apache.key --cert /etc/pki/katello/cer...rt --cacert /etc/pki/katello/certs/katello-default-ca.crt --host 0.0.0.0 --public foo.example.com'"]
the extra elements were: ["WEBPACK_OPTS='--https --key /etc/pki/katello/private/katello-apache.key --cert /etc/pki/katello/certs/katello-apache.crt --cacert --host 0.0.0.0 --public foo.example.com'"]
|
|
Puppet / 7 (Ruby 2.7):
spec/classes/katello_devel_spec.rb#L31
katello_devel on almalinux-9-x86_64 with minimal params is expected to contain exactly "BIND=0.0.0.0", "PORT=3000", "RAILS_STARTUP='puma -w 2 -p $PORT --preload'", "WEBPACK_OPTS='--https --key /etc/pki/katello/private/katello-apache.key --cert /etc/pki/katello/cert...crt --cacert /etc/pki/katello/certs/katello-default-ca.crt --host 0.0.0.0 --public foo.example.com'", and "REDUX_LOGGER=false"
Failure/Error: expect(get_content(subject, title)).to match_array(expected_lines)
expected collection contained: ["BIND=0.0.0.0", "PORT=3000", "RAILS_STARTUP='puma -w 2 -p $PORT --preload'", "REDUX_LOGGER=false", "...rt --cacert /etc/pki/katello/certs/katello-default-ca.crt --host 0.0.0.0 --public foo.example.com'"]
actual collection contained: ["BIND=0.0.0.0", "PORT=3000", "RAILS_STARTUP='puma -w 2 -p $PORT --preload'", "REDUX_LOGGER=false", "...-cert /etc/pki/katello/certs/katello-apache.crt --cacert --host 0.0.0.0 --public foo.example.com'"]
the missing elements were: ["WEBPACK_OPTS='--https --key /etc/pki/katello/private/katello-apache.key --cert /etc/pki/katello/cer...rt --cacert /etc/pki/katello/certs/katello-default-ca.crt --host 0.0.0.0 --public foo.example.com'"]
the extra elements were: ["WEBPACK_OPTS='--https --key /etc/pki/katello/private/katello-apache.key --cert /etc/pki/katello/certs/katello-apache.crt --cacert --host 0.0.0.0 --public foo.example.com'"]
|
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|
|
Puppet / Test suite
Process completed with exit code 1.
|