We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e58000 commit fbc1198Copy full SHA for fbc1198
1 file changed
tests/ssg_test_suite/common.py
@@ -507,6 +507,7 @@ def get_cpe_of_tested_os(test_env, log_file):
507
ol7=("yum", "install", "-y"),
508
ol8=("yum", "install", "-y"),
509
ol9=("yum", "install", "-y"),
510
+ ol10=("dnf", "install", "-y"),
511
rhel8=("yum", "install", "-y"),
512
rhel9=("yum", "install", "-y"),
513
rhel10=("dnf", "install", "-y"),
0 commit comments