diff options
author | Abhijeet Kasurde <akasurde@redhat.com> | 2023-11-02 10:55:48 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2024-01-10 20:05:57 +0100 |
commit | a69fab86bc151e5a029e20647291ab189fdf6419 (patch) | |
tree | 8d548e7fa5bea3685f555e367d68ccd16e0a4127 /test/lib/ansible_test/_data/completion | |
parent | Don't hard-code Alpine version in container test (diff) | |
download | ansible-a69fab86bc151e5a029e20647291ab189fdf6419.tar.xz ansible-a69fab86bc151e5a029e20647291ab189fdf6419.zip |
ansible-test - remove Fedora 38 container and remote support
Fixes: #82022
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'test/lib/ansible_test/_data/completion')
-rw-r--r-- | test/lib/ansible_test/_data/completion/docker.txt | 1 | ||||
-rw-r--r-- | test/lib/ansible_test/_data/completion/remote.txt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/test/lib/ansible_test/_data/completion/docker.txt b/test/lib/ansible_test/_data/completion/docker.txt index a49b38f2d6..4cbd56c4fe 100644 --- a/test/lib/ansible_test/_data/completion/docker.txt +++ b/test/lib/ansible_test/_data/completion/docker.txt @@ -2,7 +2,6 @@ base image=quay.io/ansible/base-test-container:6.1.0 python=3.12,3.7,3.8,3.9,3.1 default image=quay.io/ansible/default-test-container:9.4.0 python=3.12,3.7,3.8,3.9,3.10,3.11 context=collection default image=quay.io/ansible/ansible-core-test-container:9.4.0 python=3.12,3.7,3.8,3.9,3.10,3.11 context=ansible-core alpine3 image=quay.io/ansible/alpine3-test-container:6.3.0 python=3.11 cgroup=none audit=none -fedora38 image=quay.io/ansible/fedora38-test-container:6.3.0 python=3.11 fedora39 image=quay.io/ansible/fedora39-test-container:7.0.0 python=3.12 ubuntu2004 image=quay.io/ansible/ubuntu2004-test-container:6.3.0 python=3.8 ubuntu2204 image=quay.io/ansible/ubuntu2204-test-container:6.3.0 python=3.10 diff --git a/test/lib/ansible_test/_data/completion/remote.txt b/test/lib/ansible_test/_data/completion/remote.txt index 4244fd9e21..0680ded7fd 100644 --- a/test/lib/ansible_test/_data/completion/remote.txt +++ b/test/lib/ansible_test/_data/completion/remote.txt @@ -1,6 +1,5 @@ alpine/3.18 python=3.11 become=doas_sudo provider=aws arch=x86_64 alpine become=doas_sudo provider=aws arch=x86_64 -fedora/38 python=3.11 become=sudo provider=aws arch=x86_64 fedora/39 python=3.12 become=sudo provider=aws arch=x86_64 fedora become=sudo provider=aws arch=x86_64 freebsd/13.2 python=3.9,3.11 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64 |