Skip to content

Commit fbc1198

Browse files
committed
Add package installation command for OL10
Signed-off-by: Armando Acosta <armando.acosta@oracle.com>
1 parent 9e58000 commit fbc1198

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)