From fbc1198b3ed34d3b9a9e1a80dc8f7227b3051d61 Mon Sep 17 00:00:00 2001 From: Armando Acosta Date: Thu, 26 Mar 2026 10:49:53 -0600 Subject: [PATCH] Add package installation command for OL10 Signed-off-by: Armando Acosta --- tests/ssg_test_suite/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ssg_test_suite/common.py b/tests/ssg_test_suite/common.py index 6fd2eca3a8c4..21cbb8c255ae 100644 --- a/tests/ssg_test_suite/common.py +++ b/tests/ssg_test_suite/common.py @@ -507,6 +507,7 @@ def get_cpe_of_tested_os(test_env, log_file): ol7=("yum", "install", "-y"), ol8=("yum", "install", "-y"), ol9=("yum", "install", "-y"), + ol10=("dnf", "install", "-y"), rhel8=("yum", "install", "-y"), rhel9=("yum", "install", "-y"), rhel10=("dnf", "install", "-y"),