summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-05-08 13:53:01 -0700
committerGitHub <noreply@github.com>2023-05-08 13:53:01 -0700
commit790e0b09836e828af3c2d19ea3351e288d019b36 (patch)
treeb1888d9a97c84a90039e55824fc55d0bb137c07e
parent5a84ff26df8e32cde312c95963071eb375a7cd27 (diff)
downloadansible-790e0b09836e828af3c2d19ea3351e288d019b36.tar.gz
ansible-test - Update the NIOS test container (#80739)
-rw-r--r--changelogs/fragments/ansible-test-nios-container.yml2
-rw-r--r--test/lib/ansible_test/_internal/commands/integration/cloud/nios.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/changelogs/fragments/ansible-test-nios-container.yml b/changelogs/fragments/ansible-test-nios-container.yml
new file mode 100644
index 0000000000..634e0db301
--- /dev/null
+++ b/changelogs/fragments/ansible-test-nios-container.yml
@@ -0,0 +1,2 @@
+minor_changes:
+ - ansible-test - Update the ``nios-test-container`` to version 2.0.0, which supports API version 2.9.
diff --git a/test/lib/ansible_test/_internal/commands/integration/cloud/nios.py b/test/lib/ansible_test/_internal/commands/integration/cloud/nios.py
index cc54720836..62dd1558ca 100644
--- a/test/lib/ansible_test/_internal/commands/integration/cloud/nios.py
+++ b/test/lib/ansible_test/_internal/commands/integration/cloud/nios.py
@@ -28,7 +28,7 @@ class NiosProvider(CloudProvider):
#
# It's source source itself resides at:
# https://github.com/ansible/nios-test-container
- DOCKER_IMAGE = 'quay.io/ansible/nios-test-container:1.5.0'
+ DOCKER_IMAGE = 'quay.io/ansible/nios-test-container:2.0.0'
def __init__(self, args: IntegrationConfig) -> None:
super().__init__(args)