From 06c284b9ced7fd841837e0f238a78131a171ab83 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 16 Dec 2021 23:46:53 +0100 Subject: [PATCH] tests: Fix the tag of the default image The test suite should use the latest build of the image for any given RHEL minor release. Otherwise, it won't detect any breakage caused by changes to the image. Resolves: #2000807 --- tests/roles/set_image/files/toolbox.conf | 2 +- tests/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/roles/set_image/files/toolbox.conf b/tests/roles/set_image/files/toolbox.conf index f627a94..73b52c4 100644 --- a/tests/roles/set_image/files/toolbox.conf +++ b/tests/roles/set_image/files/toolbox.conf @@ -14,4 +14,4 @@ # If the name does not contain a registry, the local image storage will be # consulted, and if it's not present there then it will be pulled from a # suitable remote registry. -image = "registry-proxy.engineering.redhat.com/rh-osbs/toolbox-container:8.5-6" +image = "registry-proxy.engineering.redhat.com/rh-osbs/toolbox-container:8.5" diff --git a/tests/tests.yml b/tests/tests.yml index af632a1..635319b 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -13,5 +13,5 @@ package: toolbox environment: PODMAN: /usr/bin/podman - TOOLBOX_TEST_DEFAULT_CONTAINER_NAME: toolbox-container-8.5-6 + TOOLBOX_TEST_DEFAULT_CONTAINER_NAME: toolbox-container-8.5 become: true