Skip to content

Commit

Permalink
Remove test_simple_multiple_benchmark_cpes
Browse files Browse the repository at this point in the history
There isn't a product that easy to adapt this test to
  • Loading branch information
Mab879 committed Jun 25, 2024
1 parent 462c80c commit ffefb49
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/unit/ssg_test_suite/test_matches_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,6 @@ def test_list_combined_no_match():
assert common.matches_platform(scenario_platforms, benchmark_cpes) is False


def test_simple_multiple_benchmark_cpes():
scenario_platforms = ["Red Hat Enterprise Linux 7"]
benchmark_cpes = {"cpe:/o:redhat:enterprise_linux:7",
"cpe:/o:redhat:enterprise_linux:7::client",
"cpe:/o:redhat:enterprise_linux:7::computenode"}
assert common.matches_platform(scenario_platforms, benchmark_cpes) is True


def test_simple_multiple_unrelated_benchmark_cpes():
scenario_platforms = ["Red Hat Enterprise Linux 7"]
benchmark_cpes = {"cpe:/o:redhat:enterprise_linux:7",
Expand Down

0 comments on commit ffefb49

Please sign in to comment.