From 769cd1677a31cb5211c4710b743d9ef88af2728c Mon Sep 17 00:00:00 2001 From: Jameer Pathan <21165044+jameerpathan111@users.noreply.github.com> Date: Tue, 7 Jan 2025 15:33:22 +0100 Subject: [PATCH] Update rhc tests to use manifest with satqe prefix (#17264) --- conf/rh_cloud.yaml.template | 2 +- tests/foreman/ui/test_rhc.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/rh_cloud.yaml.template b/conf/rh_cloud.yaml.template index acaa5fc7b9b..36a65f58dd3 100644 --- a/conf/rh_cloud.yaml.template +++ b/conf/rh_cloud.yaml.template @@ -1,6 +1,6 @@ RH_CLOUD: TOKEN: this-isnt-the-token INSTALL_RHC: false - ORGANIZATION: org_name + ORGANIZATION: ACTIVATION_KEY: ak_name CRC_ENV: prod diff --git a/tests/foreman/ui/test_rhc.py b/tests/foreman/ui/test_rhc.py index 90e3871e319..587ade3a3c7 100644 --- a/tests/foreman/ui/test_rhc.py +++ b/tests/foreman/ui/test_rhc.py @@ -42,7 +42,7 @@ def module_rhc_org(module_target_sat): """Module level fixture for creating organization""" if settings.rh_cloud.crc_env == 'prod': org = module_target_sat.api.Organization( - name=settings.rh_cloud.organization or gen_string('alpha') + name=settings.rh_cloud.organization or 'satqe-rhc-org-' + gen_string('alpha') ).create() else: org = (