Drop EoL EL8 / Ubuntu 20.04 / Debian 11 Support #1699
Annotations
3 errors
Run tests:
spec/defines/foreman_repos_apt_spec.rb#L23
foreman::repos::apt with repo => 1.18 should add the 1.18 repo
Failure/Error:
should contain_file('/etc/apt/sources.list.d/foreman.list')
.with_content(%r{deb https://deb\.theforeman\.org/ bullseye 1\.18})
expected that the catalogue would contain File[/etc/apt/sources.list.d/foreman.list] with content set to /deb https:\/\/deb\.theforeman\.org\/ bullseye 1\.18/ but it is set to "# This file is managed by Puppet. DO NOT EDIT.\n# foreman\ndeb https://deb.theforeman.org/ bookworm 1.18\n"
Diff:
@@ -1,3 +1,5 @@
-(?-mix:deb https:\/\/deb\.theforeman\.org\/ bullseye 1\.18)
+# This file is managed by Puppet. DO NOT EDIT.
+# foreman
+deb https://deb.theforeman.org/ bookworm 1.18
|
Run tests:
spec/defines/foreman_repos_apt_spec.rb#L45
foreman::repos::apt with repo => nightly should add the nightly repo
Failure/Error:
should contain_file('/etc/apt/sources.list.d/foreman.list')
.with_content(%r{deb https://deb\.theforeman\.org/ bullseye nightly})
expected that the catalogue would contain File[/etc/apt/sources.list.d/foreman.list] with content set to /deb https:\/\/deb\.theforeman\.org\/ bullseye nightly/ but it is set to "# This file is managed by Puppet. DO NOT EDIT.\n# foreman\ndeb https://deb.theforeman.org/ bookworm nightly\n"
Diff:
@@ -1,3 +1,5 @@
-(?-mix:deb https:\/\/deb\.theforeman\.org\/ bullseye nightly)
+# This file is managed by Puppet. DO NOT EDIT.
+# foreman
+deb https://deb.theforeman.org/ bookworm nightly
|
Run tests
Process completed with exit code 1.
|
Loading