Only install dnf module on EL8 #1147
ci.yml
on: pull_request
Puppet
/
Static validations
17s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
4 errors
Puppet / Puppet 7 - CentOS 8:
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: "404"
(compared using ==)
|
Puppet / Puppet 7 - CentOS 8
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 8:
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: "404"
(compared using ==)
|
Puppet / Puppet 8 - CentOS 8
Process completed with exit code 1.
|