drop support for EL7 #93
Annotations
10 errors
Run tests:
spec/spec_helper_acceptance.rb#L10
epel behaves like an idempotent manifest applies with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_235009045.KhWOs5.pp
Last 10 lines of output were:
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Unknown variable: 'epel::params::os_maj_release'. (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 114, column: 58) on node rocky9-64-puppet8.example.com
Shared Example Group: "an idempotent manifest" called from ./spec/acceptance/basic_spec.rb:10
|
Run tests:
spec/spec_helper_acceptance.rb#L14
epel behaves like an idempotent manifest applies a second time without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_235010770.OMKaFf.pp
Last 10 lines of output were:
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Unknown variable: 'epel::params::os_maj_release'. (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 114, column: 58) on node rocky9-64-puppet8.example.com
Shared Example Group: "an idempotent manifest" called from ./spec/acceptance/basic_spec.rb:10
|
Run tests:
spec/spec_helper_acceptance.rb#L26
epel behaves like EPEL is available Command "/usr/bin/dnf config-manager --dump epel" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
Shared Example Group: "EPEL is available" called from ./spec/acceptance/basic_spec.rb:11
|
Run tests:
spec/spec_helper_acceptance.rb#L27
epel behaves like EPEL is available Command "/usr/bin/dnf config-manager --dump epel" stdout is expected to match /epel/
Failure/Error: its(:stdout) { is_expected.to match %r{epel} }
expected "" to match /epel/
Diff:
@@ -1 +1 @@
-/epel/
+""
Shared Example Group: "EPEL is available" called from ./spec/acceptance/basic_spec.rb:11
|
Run tests:
spec/spec_helper_acceptance.rb#L36
epel behaves like EPEL is available Command "dnf --disablerepo="*" --enablerepo="epel" list available" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
Shared Example Group: "EPEL is available" called from ./spec/acceptance/basic_spec.rb:11
|
Run tests:
spec/spec_helper_acceptance.rb#L37
epel behaves like EPEL is available Command "dnf --disablerepo="*" --enablerepo="epel" list available" stdout is expected to match /epel-release/
Failure/Error: its(:stdout) { is_expected.to match %r{epel-release} }
expected "" to match /epel-release/
Diff:
@@ -1 +1 @@
-/epel-release/
+""
Shared Example Group: "EPEL is available" called from ./spec/acceptance/basic_spec.rb:11
|
Run tests:
spec/spec_helper_acceptance.rb#L10
usage tests epel baseurl and mirrorlist behaves like an idempotent manifest applies with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_235013332.tIJpfY.pp
Last 10 lines of output were:
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Unknown variable: 'epel::params::os_maj_release'. (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 114, column: 58) on node rocky9-64-puppet8.example.com
Shared Example Group: "an idempotent manifest" called from ./spec/acceptance/usage_spec.rb:16
|
Run tests:
spec/spec_helper_acceptance.rb#L14
usage tests epel baseurl and mirrorlist behaves like an idempotent manifest applies a second time without changes
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_235015236.RLgafT.pp
Last 10 lines of output were:
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Unknown variable: 'epel::params::os_maj_release'. (file: /etc/puppetlabs/code/environments/production/modules/epel/manifests/init.pp, line: 114, column: 58) on node rocky9-64-puppet8.example.com
Shared Example Group: "an idempotent manifest" called from ./spec/acceptance/usage_spec.rb:16
|
Run tests:
spec/spec_helper_acceptance.rb#L26
usage tests epel baseurl and mirrorlist behaves like EPEL is available Command "/usr/bin/dnf config-manager --dump epel" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
Shared Example Group: "EPEL is available" called from ./spec/acceptance/usage_spec.rb:17
|
Run tests:
spec/spec_helper_acceptance.rb#L27
usage tests epel baseurl and mirrorlist behaves like EPEL is available Command "/usr/bin/dnf config-manager --dump epel" stdout is expected to match /epel/
Failure/Error: its(:stdout) { is_expected.to match %r{epel} }
expected "" to match /epel/
Diff:
@@ -1 +1 @@
-/epel/
+""
Shared Example Group: "EPEL is available" called from ./spec/acceptance/usage_spec.rb:17
|
Loading