diff options
author | Matt Clay <matt@mystile.com> | 2024-07-09 19:37:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-09 19:37:11 +0200 |
commit | 9cdfcd9aed7a49bca22183aaca3ea6a963dade55 (patch) | |
tree | 406de19a3b2f3fcb92e2c8921c9f77917a8c38a0 | |
parent | ansible-test - Update base/default containers (#83553) (diff) | |
download | ansible-9cdfcd9aed7a49bca22183aaca3ea6a963dade55.tar.xz ansible-9cdfcd9aed7a49bca22183aaca3ea6a963dade55.zip |
ansible-test - Update nios-test-container to 4.0.0 (#83539)
-rw-r--r-- | changelogs/fragments/ansible-test-nios-container.yml | 2 | ||||
-rw-r--r-- | test/lib/ansible_test/_internal/commands/integration/cloud/nios.py | 2 |
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..f230b01d8d --- /dev/null +++ b/changelogs/fragments/ansible-test-nios-container.yml @@ -0,0 +1,2 @@ +minor_changes: + - ansible-test - Update ``nios-test-container`` to version 4.0.0. 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 876968f9d7..b8d88451eb 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:3.0.0' + DOCKER_IMAGE = 'quay.io/ansible/nios-test-container:4.0.0' def __init__(self, args: IntegrationConfig) -> None: super().__init__(args) |