From 8b61dd6efc235fc50656a1bd0d95ac914ed356cb Mon Sep 17 00:00:00 2001 From: Sumit Jaiswal Date: Wed, 11 Jul 2018 23:34:30 +0530 Subject: [PATCH] Updating the nios_test_container version to 1.1.0 from 1.0.0 (#42526) * updating the nios_test_container version * changing the version --- test/runner/lib/cloud/nios.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runner/lib/cloud/nios.py b/test/runner/lib/cloud/nios.py index 07e767c8b9..7497f6c5ab 100644 --- a/test/runner/lib/cloud/nios.py +++ b/test/runner/lib/cloud/nios.py @@ -31,7 +31,7 @@ class NiosProvider(CloudProvider): DOCKER_SIMULATOR_NAME = 'nios-simulator' - DOCKER_IMAGE = 'quay.io/ansible/nios-test-container:1.0.0' + DOCKER_IMAGE = 'quay.io/ansible/nios-test-container:1.1.0' """Default image to run the nios simulator. The simulator must be pinned to a specific version