Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing constants for Debian 12 #7706

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions testsuite/features/support/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@
'ubuntu-2204-amd64-main' => 'ubuntu-2204-amd64-main-amd64',
'debian-10-pool' => 'debian-10-pool-amd64',
'debian-11-pool' => 'debian-11-pool-amd64',
'debian-12-pool' => 'debian-12-pool-amd64',
'openSUSE-Leap-15.4-Pool for aarch64' => 'opensuse-leap-15.4-pool-aarch64',
'openSUSE-Leap-15.5-Pool for aarch64' => 'opensuse-leap-15.5-pool-aarch64'
},
Expand Down Expand Up @@ -396,6 +397,7 @@
'Ubuntu 22.04 LTS AMD64 Base for Uyuni' => 'ubuntu-22.04-pool-amd64-uyuni',
'Debian 10 (buster) pool for amd64 for Uyuni' => 'debian-10-pool-amd64-uyuni',
'Debian 11 (bullseye) pool for amd64 for Uyuni' => 'debian-11-pool-amd64-uyuni',
'Debian 12 (bookworm) pool for amd64 for Uyuni' => 'debian-12-pool-amd64-uyuni',
'openSUSE Leap 15.4 (aarch64)' => 'opensuse_leap15_4-aarch64',
'openSUSE Leap 15.5 (aarch64)' => 'opensuse_leap15_5-aarch64'
} }.freeze
Expand Down