Skip to content

Commit

Permalink
Merge pull request #11797 from Mab879/rhel10_automatus
Browse files Browse the repository at this point in the history
Add RHEL 10 Install Command to Automatus
  • Loading branch information
jan-cerny authored Apr 9, 2024
2 parents 5c25c15 + 024d5a3 commit fa3568b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ssg_test_suite/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ def get_cpe_of_tested_os(test_env, log_file):
rhel7=("yum", "install", "-y"),
rhel8=("yum", "install", "-y"),
rhel9=("yum", "install", "-y"),
rhel10=("dnf", "install", "-y"),
sles=("zypper", "install", "-y"),
ubuntu=("DEBIAN_FRONTEND=noninteractive", "apt", "install", "-y"),
)
Expand Down

0 comments on commit fa3568b

Please sign in to comment.