osmith has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40947?usp=email )
Change subject: testenv: add debian:trixie ......................................................................
testenv: add debian:trixie
Change-Id: Ib62851960724c17f9adddf54a2fc39adef911d32 --- M _testenv/testenv/__init__.py 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
diff --git a/_testenv/testenv/__init__.py b/_testenv/testenv/__init__.py index f0d6629..f23f1f6 100644 --- a/_testenv/testenv/__init__.py +++ b/_testenv/testenv/__init__.py @@ -25,6 +25,7 @@ # from the binary repository distros_repodirs = { "debian:bookworm": "Debian_12", + "debian:trixie": "Debian_13", }