Skip to content

Commit 869c49f

Browse files
authored
Merge pull request #14627 from mrkanon/ol10_install_command
Add package installation command for OL10
2 parents 9e58000 + fbc1198 commit 869c49f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/ssg_test_suite/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,7 @@ def get_cpe_of_tested_os(test_env, log_file):
507507
ol7=("yum", "install", "-y"),
508508
ol8=("yum", "install", "-y"),
509509
ol9=("yum", "install", "-y"),
510+
ol10=("dnf", "install", "-y"),
510511
rhel8=("yum", "install", "-y"),
511512
rhel9=("yum", "install", "-y"),
512513
rhel10=("dnf", "install", "-y"),

0 commit comments

Comments
 (0)