diff options
author | Matt Clay <matt@mystile.com> | 2023-11-30 18:47:37 +0100 |
---|---|---|
committer | Matt Clay <matt@mystile.com> | 2023-11-30 18:59:49 +0100 |
commit | 4208bdbbcd994251579409ad533b40c9b0543550 (patch) | |
tree | d44f7e33196ff700cdbc6914d0781672ba26f365 /test/lib | |
parent | Amend doc of name= parameter to indicate a list of packages can be used (#82309) (diff) | |
download | ansible-4208bdbbcd994251579409ad533b40c9b0543550.tar.xz ansible-4208bdbbcd994251579409ad533b40c9b0543550.zip |
ansible-test - Update nios-test-container to 3.0.0
Diffstat (limited to 'test/lib')
-rw-r--r-- | test/lib/ansible_test/_internal/commands/integration/cloud/nios.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 62dd1558ca..876968f9d7 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:2.0.0' + DOCKER_IMAGE = 'quay.io/ansible/nios-test-container:3.0.0' def __init__(self, args: IntegrationConfig) -> None: super().__init__(args) |