diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 324c59f301b..568328c5cc3 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -96,10 +96,10 @@ stages: test: rhel/9.7@3.12 - name: RHEL 10.0 test: rhel/10.0 - - name: FreeBSD 13.5 - test: freebsd/13.5 - name: FreeBSD 14.3 test: freebsd/14.3 + - name: FreeBSD 15.0 + test: freebsd/15.0 groups: - 1 - 2 @@ -112,6 +112,8 @@ stages: test: rhel/9.7 - name: RHEL 10.0 test: rhel/10.0 + - name: FreeBSD 15.0 + test: freebsd/15.0 groups: - 3 - 4 diff --git a/changelogs/fragments/ansible-test-freebsd-15.yml b/changelogs/fragments/ansible-test-freebsd-15.yml new file mode 100644 index 00000000000..304f0835dd7 --- /dev/null +++ b/changelogs/fragments/ansible-test-freebsd-15.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - Replace FreeBSD 13.5 remote with 15.0. diff --git a/test/integration/targets/prepare_http_tests/tasks/kerberos.yml b/test/integration/targets/prepare_http_tests/tasks/kerberos.yml index 8256d8fddf3..b05f4a793ee 100644 --- a/test/integration/targets/prepare_http_tests/tasks/kerberos.yml +++ b/test/integration/targets/prepare_http_tests/tasks/kerberos.yml @@ -8,7 +8,7 @@ # https://github.com/heimdal/heimdal/issues/1224 krb5_openssl_conf: >- {{ - (ansible_facts.os_family == "FreeBSD" and ansible_facts.distribution_major_version == "14") | ternary( + (ansible_facts.os_family == "FreeBSD" and ansible_facts.distribution_major_version in ["14", "15"]) | ternary( remote_tmp_dir ~ "/openssl_legacy.cnf", "" ) diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index 0658c6704a7..fb7fb3cdaf0 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -2,8 +2,8 @@ alpine/3.23 python=3.12 become=doas_sudo provider=aws arch=x86_64 alpine become=doas_sudo provider=aws arch=x86_64 fedora/42 python=3.13 become=sudo provider=aws arch=x86_64 fedora become=sudo provider=aws arch=x86_64 -freebsd/13.5 python=3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 freebsd/14.3 python=3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 +freebsd/15.0 python=3.12 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 macos/15.3 python=3.13 python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64 macos python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64