Skip to content

Commit

Permalink
update cpe_to_platform for debian case in ssg_test_suite
Browse files Browse the repository at this point in the history
  • Loading branch information
a-skr committed Aug 17, 2024
1 parent 84b16a6 commit beae905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ssg_test_suite/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ def _match_rhel_version(cpe):


def cpe_to_platform(cpe):
trivials = ["fedora", "sles", "ubuntu"]
trivials = ["fedora", "sles", "ubuntu", "debian"]
for platform in trivials:
if platform in cpe:
return platform
Expand Down

0 comments on commit beae905

Please sign in to comment.