Adding support for AL2-2023 #314
Annotations
6 errors
|
Run unit tests:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L150
puppet_agent with Amazon and amazon/2023 when installing a puppet5 project is expected to contain Yumrepo[pc_repo] with baseurl => "http://yum.puppet.com/puppet5/amazon/2023/x86_64", enabled => "true", gpgcheck => "1" and gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
# We no longer expect the 'f' in fedora repos
'baseurl' => "http://yum.puppet.com/puppet5/#{urlbit.gsub('/f', '/')}/#{arch}",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
})
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://yum.puppet.com/puppet5/amazon/2023/x86_64" but it is set to "http://yum.puppet.com/puppet5/el/8/x86_64"
|
Run unit tests:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L171
puppet_agent with Amazon and amazon/2023 when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-yum.com/puppet5/amazon/2023/x86_64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-yum.com/puppet5/#{urlbit.gsub('/f', '/')}/#{arch}") }
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://fake-yum.com/puppet5/amazon/2023/x86_64" but it is set to "http://fake-yum.com/puppet5/el/8/x86_64"
|
Run unit tests:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L150
puppet_agent with Amazon and amazon/2023 when installing a puppet5 project is expected to contain Yumrepo[pc_repo] with baseurl => "http://yum.puppet.com/puppet5/amazon/2023/aarch64", enabled => "true", gpgcheck => "1" and gpgkey => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406"
Failure/Error:
is_expected.to contain_yumrepo('pc_repo')
.with({
# We no longer expect the 'f' in fedora repos
'baseurl' => "http://yum.puppet.com/puppet5/#{urlbit.gsub('/f', '/')}/#{arch}",
'enabled' => 'true',
'gpgcheck' => '1',
'gpgkey' => "file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet\n file:///etc/pki/rpm-gpg/RPM-GPG-KEY-puppet-20250406",
})
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://yum.puppet.com/puppet5/amazon/2023/aarch64" but it is set to "http://yum.puppet.com/puppet5/el/8/aarch64"
|
Run unit tests:
spec/classes/puppet_agent_osfamily_redhat_spec.rb#L171
puppet_agent with Amazon and amazon/2023 when using a custom source is expected to contain Yumrepo[pc_repo] with baseurl => "http://fake-yum.com/puppet5/amazon/2023/aarch64"
Failure/Error: it { is_expected.to contain_yumrepo('pc_repo').with_baseurl("http://fake-yum.com/puppet5/#{urlbit.gsub('/f', '/')}/#{arch}") }
expected that the catalogue would contain Yumrepo[pc_repo] with baseurl set to "http://fake-yum.com/puppet5/amazon/2023/aarch64" but it is set to "http://fake-yum.com/puppet5/el/8/aarch64"
|
Run unit tests
The operation was canceled.
|
Loading