From a16ae35a250146e6c59459af3fca93ebbdbdadf2 Mon Sep 17 00:00:00 2001 From: David Moore Date: Tue, 17 Dec 2024 11:34:16 -0500 Subject: [PATCH] other enhancements --- tests/foreman/api/test_capsulecontent.py | 2 +- tests/foreman/longrun/test_oscap.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/foreman/api/test_capsulecontent.py b/tests/foreman/api/test_capsulecontent.py index 47d34e58571..3d821cdd405 100644 --- a/tests/foreman/api/test_capsulecontent.py +++ b/tests/foreman/api/test_capsulecontent.py @@ -1434,7 +1434,7 @@ def test_positive_remove_capsule_orphans( 'repos_collection', [ { - 'distro': 'rhel9', + 'distro': 'rhel10', 'YumRepository': {'url': settings.repos.yum_0.url}, } ], diff --git a/tests/foreman/longrun/test_oscap.py b/tests/foreman/longrun/test_oscap.py index 45ab4a75be5..0fc935f52ef 100644 --- a/tests/foreman/longrun/test_oscap.py +++ b/tests/foreman/longrun/test_oscap.py @@ -39,8 +39,8 @@ 'rhel8': f'cv_{gen_string("alpha")}_rhel8', 'rhel7': f'cv_{gen_string("alpha")}_rhel7', } +# TODO: add rhel10 profile when available profiles = { - 'rhel10': OSCAP_PROFILE[''], 'rhel9': OSCAP_PROFILE['cbrhel9'], 'rhel8': OSCAP_PROFILE['ospp8'], 'rhel7': OSCAP_PROFILE['security7'],