Update legacy facts #298
Annotations
5 errors
Run tests:
spec/unit/facter/yum_package_updates_spec.rb#L29
yum_package_updates fact on Redhat distro when no updates are available is expected to eq []
Failure/Error: it { is_expected.to eq([]) }
expected: []
got: nil
(compared using ==)
|
Run tests:
spec/unit/facter/yum_package_updates_spec.rb#L53
yum_package_updates fact on Redhat distro when updates are available is expected to eq ["ca-certificates.noarch", "gitlab-ce.x86_64", "grafana.x86_64", "kernel.x86_64", "kernel-headers.x86..."ntpdate.x86_64", "passenger.x86_64", "python-perf.x86_64", "unbound.x86_64", "unbound-libs.x86_64"]
Failure/Error:
is_expected.to eq(%w[ca-certificates.noarch gitlab-ce.x86_64
grafana.x86_64 kernel.x86_64 kernel-headers.x86_64
net-snmp-libs.x86_64 ntp.x86_64 ntpdate.x86_64
passenger.x86_64 python-perf.x86_64 unbound.x86_64
unbound-libs.x86_64])
expected: ["ca-certificates.noarch", "gitlab-ce.x86_64", "grafana.x86_64", "kernel.x86_64", "kernel-headers.x86..."ntpdate.x86_64", "passenger.x86_64", "python-perf.x86_64", "unbound.x86_64", "unbound-libs.x86_64"]
got: nil
(compared using ==)
|
Run tests:
spec/unit/facter/yum_package_updates_spec.rb#L72
yum_package_updates fact on Redhat distro when diagnostic messages are emitted is expected to eq ["ca-certificates.noarch"]
Failure/Error: it { is_expected.to eq(%w[ca-certificates.noarch]) }
expected: ["ca-certificates.noarch"]
got: nil
(compared using ==)
|
Run tests:
spec/unit/facter/yum_package_updates_spec.rb#L84
yum_package_updates fact on Redhat distro when plugins emit output is expected to eq ["ca-certificates.noarch"]
Failure/Error: it { is_expected.to eq(%w[ca-certificates.noarch]) }
expected: ["ca-certificates.noarch"]
got: nil
(compared using ==)
|
Run tests
Process completed with exit code 1.
|
Loading