From 7c06ab26a14287ab346cf9c1a7815b401110eb08 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 10 Mar 2025 14:19:11 +0100 Subject: [PATCH] MT#62325 Remove handling for Debian bullseye release This was in place during the period where trunk was built for both bullseye and bookworm, which has not been the case for a long time, and it is dead code now. Remove the old support. Change-Id: Ic2c4e06a13d03ffa02b01687f2c534099f0e4959 --- ngcp-system-tests | 3 --- templates/200_user-debian.yaml.tt2 | 5 ----- 2 files changed, 8 deletions(-) diff --git a/ngcp-system-tests b/ngcp-system-tests index 4e42d8d..1d43683 100755 --- a/ngcp-system-tests +++ b/ngcp-system-tests @@ -78,9 +78,6 @@ case "${NGCP_TESTS_MODE}" in # Translate Debian codenames that don't have a version number (yet) into # according numbers case "${DEBIAN_RELEASE}" in - bullseye*) - DEBIAN_RELEASE=11 - ;; bookworm*) DEBIAN_RELEASE=12 ;; diff --git a/templates/200_user-debian.yaml.tt2 b/templates/200_user-debian.yaml.tt2 index c72d25f..b5274b1 100644 --- a/templates/200_user-debian.yaml.tt2 +++ b/templates/200_user-debian.yaml.tt2 @@ -22,13 +22,8 @@ group: exists: true gid: 0 -{{if eq .Env.DEBIAN_RELEASE "11"}} - ssh: - exists: true -{{else}} _ssh: exists: true -{{end}} ssl-cert: exists: true