From 7e2ba928c9048822efe27fbbc80d29e19388cb6c Mon Sep 17 00:00:00 2001 From: Satellite QE <115476073+Satellite-QE@users.noreply.github.com> Date: Thu, 23 May 2024 09:09:34 -0400 Subject: [PATCH] [6.13.z] Fix constant for cloudinit image in Azure (#15153) --- robottelo/constants/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robottelo/constants/__init__.py b/robottelo/constants/__init__.py index 0225de9158b..3209b0345df 100644 --- a/robottelo/constants/__init__.py +++ b/robottelo/constants/__init__.py @@ -153,7 +153,7 @@ 'Norway East', ] AZURERM_RHEL7_FT_IMG_URN = 'marketplace://RedHat:RHEL:7-RAW:latest' -AZURERM_RHEL7_UD_IMG_URN = 'marketplace://RedHat:RHEL:7-RAW-CI:7.6.2019072418' +AZURERM_RHEL7_UD_IMG_URN = 'marketplace://RedHat:rhel-byos:rhel-raw-ci76:7.6.20190814' AZURERM_RHEL7_FT_BYOS_IMG_URN = 'marketplace://RedHat:rhel-byos:rhel-lvm78:7.8.20200410' AZURERM_RHEL7_FT_CUSTOM_IMG_URN = 'custom://imageVM1-RHEL7-image-20220617150105' AZURERM_RHEL7_FT_GALLERY_IMG_URN = 'gallery://RHEL77img'