summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/test
diff options
context:
space:
mode:
authorLuke Meyer <lmeyer@redhat.com>2017-11-14 15:45:59 -0500
committerLuke Meyer <lmeyer@redhat.com>2017-11-15 16:19:59 -0500
commita80dab78b05b21393587fc99a73e61e6450dddf7 (patch)
tree4d563fb2c4a2f6fe5c99351466fccadf083d10c0 /roles/openshift_health_checker/test
parent94b5b1cd03f71b5d125d49b210c8ab7754c833c7 (diff)
downloadopenshift-a80dab78b05b21393587fc99a73e61e6450dddf7.tar.gz
openshift-a80dab78b05b21393587fc99a73e61e6450dddf7.tar.bz2
openshift-a80dab78b05b21393587fc99a73e61e6450dddf7.tar.xz
openshift-a80dab78b05b21393587fc99a73e61e6450dddf7.zip
registry-console: align image and check
enable option to configure basename in image docker_image_availability check: follow registry-console image options
Diffstat (limited to 'roles/openshift_health_checker/test')
-rw-r--r--roles/openshift_health_checker/test/docker_image_availability_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/openshift_health_checker/test/docker_image_availability_test.py b/roles/openshift_health_checker/test/docker_image_availability_test.py
index 484aa72e0..ec46c3b4b 100644
--- a/roles/openshift_health_checker/test/docker_image_availability_test.py
+++ b/roles/openshift_health_checker/test/docker_image_availability_test.py
@@ -217,7 +217,7 @@ def test_registry_availability(image, registries, connection_test_failed, skopeo
'foo.io/openshift3/ose-docker-registry:f13ac45',
'foo.io/openshift3/ose-haproxy-router:f13ac45',
# registry-console is not constructed/versioned the same as the others.
- 'registry.access.redhat.com/openshift3/registry-console:vtest',
+ 'openshift3/registry-console:vtest',
# containerized images aren't built from oreg_url
'openshift3/node:vtest',
'openshift3/openvswitch:vtest',
@@ -261,7 +261,7 @@ def test_required_images(deployment_type, is_containerized, groups, oreg_url, ex
openshift_deployment_type="openshift-enterprise",
openshift_image_tag="vtest",
),
- "registry.access.redhat.com/openshift3/registry-console:vtest",
+ "openshift3/registry-console:vtest",
), (
dict(
openshift_deployment_type="openshift-enterprise",