From eaa734dd04a26199702d75a6dbbbd19cc1403222 Mon Sep 17 00:00:00 2001 From: David Moore Date: Mon, 20 Nov 2023 08:13:21 -0500 Subject: [PATCH] RFE rhel Lifecycle Support status --- tests/foreman/api/test_reporttemplates.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/foreman/api/test_reporttemplates.py b/tests/foreman/api/test_reporttemplates.py index 610f9cf6eea..b011a06c4b5 100644 --- a/tests/foreman/api/test_reporttemplates.py +++ b/tests/foreman/api/test_reporttemplates.py @@ -156,6 +156,7 @@ def test_positive_generate_report_nofilter(target_sat): 'Insights', 'Inventory', 'OVAL scan', + 'RHEL lifecycle', 'Role', 'Service level', 'Subscription', @@ -203,6 +204,7 @@ def test_positive_generate_report_filter(target_sat): 'Insights', 'Inventory', 'OVAL scan', + 'RHEL lifecycle', 'Role', 'Service level', 'Subscription',