diff --git a/changelogs/fragments/ansible-test-cleanup-deprecated.yml b/changelogs/fragments/ansible-test-cleanup-deprecated.yml new file mode 100644 index 00000000000..5e4193fb095 --- /dev/null +++ b/changelogs/fragments/ansible-test-cleanup-deprecated.yml @@ -0,0 +1,3 @@ +minor_changes: + - ansible-test - Remove deprecated container ``fedora32``. + - ansible-test - Remove deprecated remote platforms ``freebsd/11.4`` and ``rhel/8.3```. diff --git a/test/lib/ansible_test/_data/completion/docker.txt b/test/lib/ansible_test/_data/completion/docker.txt index a25ed4a3d1c..15b6c8e97d0 100644 --- a/test/lib/ansible_test/_data/completion/docker.txt +++ b/test/lib/ansible_test/_data/completion/docker.txt @@ -5,7 +5,6 @@ alpine3 image=quay.io/ansible/alpine3-test-container:2.0.2 python=3.8 centos6 image=quay.io/ansible/centos6-test-container:2.0.2 python=2.6 seccomp=unconfined centos7 image=quay.io/ansible/centos7-test-container:2.0.2 python=2.7 seccomp=unconfined centos8 image=quay.io/ansible/centos8-test-container:2.0.2 python=3.6 seccomp=unconfined -fedora32 image=quay.io/ansible/fedora32-test-container:2.1.0 python=3.8 fedora33 image=quay.io/ansible/fedora33-test-container:2.1.0 python=3.9 fedora34 image=quay.io/ansible/fedora34-test-container:2.1.0 python=3.9 seccomp=unconfined opensuse15py2 image=quay.io/ansible/opensuse15py2-test-container:2.0.2 python=2.7 diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index 785fd23b2eb..97c9a677f2c 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -1,11 +1,9 @@ -freebsd/11.4 python=2.7,3.7,3.8 python_dir=/usr/local/bin provider=aws freebsd/12.2 python=3.7,2.7,3.8 python_dir=/usr/local/bin provider=aws freebsd/13.0 python=3.7,2.7,3.8,3.9 python_dir=/usr/local/bin provider=aws freebsd python_dir=/usr/local/bin provider=aws macos/11.1 python=3.9 python_dir=/usr/local/bin provider=parallels macos python_dir=/usr/local/bin provider=parallels rhel/7.9 python=2.7 provider=aws -rhel/8.3 python=3.6,3.8 provider=aws rhel/8.4 python=3.6,3.8 provider=aws rhel provider=aws aix/7.2 python=2.7,3.7 python_dir=/opt/freeware/bin provider=ibmps