From 5a3c4f69a4a1dc7ffbccedbdfa24ffa84856961f Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 17 Oct 2024 12:37:44 +0200 Subject: [PATCH] MT#60815 ngcp-system-tests: add support for Debian/trixie Change-Id: Icd7d6a10ff5ba7f634718ad3a434925d43e20e1d --- ngcp-system-tests | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ngcp-system-tests b/ngcp-system-tests index 87097b8..4e42d8d 100755 --- a/ngcp-system-tests +++ b/ngcp-system-tests @@ -84,6 +84,9 @@ case "${NGCP_TESTS_MODE}" in bookworm*) DEBIAN_RELEASE=12 ;; + trixie*) + DEBIAN_RELEASE=13 + ;; esac export DEBIAN_RELEASE