Add support for Debian 13 "trixie" #407
ci.yml
on: pull_request
Spec
/
Setup Test Matrix
43s
Matrix: Spec / spec
Matrix: Acceptance / acceptance
Waiting for pending jobs
Annotations
2 errors and 1 warning
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2)
Process completed with exit code 1.
|
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/apt_backports_spec.rb#L219
apt::backports debian/ubuntu tests with defaults on debian is expected to contain Apt::Source[backports] with location => "http://deb.debian.org/debian", repos => "main contrib non-free non-free-firmware", release => "bookworm-backports", pin => {"priority"=>200, "codename"=>"bookworm-backports"} and keyring => "/usr/share/keyrings/debian-archive-keyring.gpg"
Failure/Error:
expect(subject).to contain_apt__source('backports').with(
location: 'http://deb.debian.org/debian',
repos: 'main contrib non-free non-free-firmware',
release: 'bookworm-backports',
pin: {
'priority' => 200,
'codename' => 'bookworm-backports'
},
keyring: '/usr/share/keyrings/debian-archive-keyring.gpg',
)
expected that the catalogue would contain Apt::Source[backports] with repos set to "main contrib non-free non-free-firmware" but it is set to "main contrib non-free"
|
|
Spec / Setup Test Matrix
Debian-13 no provisioner found
|