From bc5b4bdef3fd769b5d8835288de6fcf510362547 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 22:14:23 +0100 Subject: [PATCH] [PR #9900/6a2d9ccd backport][stable-10] sysrc: extend the list of FreeBSD releases where the jail test fails (#9903) sysrc: extend the list of FreeBSD releases where the jail test fails (#9900) Extend the list of FreeBSD releases where the jail test fails. (cherry picked from commit 6a2d9ccd997b2a1412bb49e0c5d79058672ca377) Co-authored-by: Felix Fontein --- tests/integration/targets/sysrc/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/targets/sysrc/tasks/main.yml b/tests/integration/targets/sysrc/tasks/main.yml index 25d7ca4d59..d0d1957a08 100644 --- a/tests/integration/targets/sysrc/tasks/main.yml +++ b/tests/integration/targets/sysrc/tasks/main.yml @@ -140,12 +140,12 @@ - name: Test within jail # # NOTE: currently fails with FreeBSD 12 with minor version less than 4 - # NOTE: currently fails with FreeBSD 13 with minor version less than 2 + # NOTE: currently fails with FreeBSD 13 with minor version less than 4 # NOTE: currently fails with FreeBSD 14 with minor version less than 1 # when: >- ansible_distribution_version is version('12.4', '>=') and ansible_distribution_version is version('13', '<') - or ansible_distribution_version is version('13.2', '>=') and ansible_distribution_version is version('14', '<') + or ansible_distribution_version is version('13.4', '>=') and ansible_distribution_version is version('14', '<') or ansible_distribution_version is version('14.1', '>=') block: - name: Setup testjail