From ffefb499b1854b9d768e2a36eabe3db7a9356343 Mon Sep 17 00:00:00 2001 From: Matthew Burket Date: Tue, 25 Jun 2024 16:34:26 -0500 Subject: [PATCH] Remove test_simple_multiple_benchmark_cpes There isn't a product that easy to adapt this test to --- tests/unit/ssg_test_suite/test_matches_platform.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/unit/ssg_test_suite/test_matches_platform.py b/tests/unit/ssg_test_suite/test_matches_platform.py index 8fdcbe11b61c..95023494d78a 100644 --- a/tests/unit/ssg_test_suite/test_matches_platform.py +++ b/tests/unit/ssg_test_suite/test_matches_platform.py @@ -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",