Skip to content

Add basic acceptance tests for the existing examples #198

Add basic acceptance tests for the existing examples

Add basic acceptance tests for the existing examples #198

Triggered via pull request July 18, 2024 11:30
Status Failure
Total duration 26m 57s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
17s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
Puppet / Puppet 7 - CentOS 9: spec/acceptance/x509_cert_spec.rb#L8
x509_cert example behaves like the example is expected to be certificate and have attributes {:subject => "C = CH, O = Example.com, CN = foo.example.com"} Failure/Error: it { expect(x509_certificate('/tmp/foo.example.com.crt')).to be_certificate.and(have_attributes(subject: 'C = CH, O = Example.com, CN = foo.example.com')) } expected X509 certificate "/tmp/foo.example.com.crt" to have attributes {:subject => "C = CH, O = Example.com, CN = foo.example.com"} but had attributes {:subject => "C=CH, O=Example.com, CN=foo.example.com"} Diff for (have attributes {:subject => "C = CH, O = Example.com, CN = fo...): @@ -1 +1 @@ -:subject => "C = CH, O = Example.com, CN = foo.example.com", +:subject => "C=CH, O=Example.com, CN=foo.example.com", Shared Example Group: "the example" called from ./spec/acceptance/x509_cert_spec.rb:6
Puppet / Puppet 7 - CentOS 9
Process completed with exit code 1.
Puppet / Static validations: metadata.json#L1
Skipping EOL operating system RedHat 7