From 368d7a35f696e8a5fad429cc5d3be9f7065be106 Mon Sep 17 00:00:00 2001 From: Shubham Ganar <67952129+shubhamsg199@users.noreply.github.com> Date: Thu, 23 May 2024 17:06:08 +0530 Subject: [PATCH] Fix constant for cloudinit image in Azure (#15139) --- 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 a631de9ab41..d94371c9ebf 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'