NSG(fix): hoststack bps tests 49/43649/1
authorTibor Frank <[email protected]>
Tue, 2 Sep 2025 12:12:45 +0000 (12:12 +0000)
committerTibor Frank <[email protected]>
Tue, 2 Sep 2025 12:12:45 +0000 (12:12 +0000)
Change-Id: Ife076fe3a8eb0f2029e1b87e2a539e14e73c96a5
Signed-off-by: Tibor Frank <[email protected]>
resources/libraries/python/suite_generator/generator_functions.py

index 27f9feb..6ab7f94 100644 (file)
@@ -480,7 +480,7 @@ def generate_test_hoststack_bps(test_tag: str, infra: tuple,
     test = Template(C.TMPL_TEST["hoststack_bps"])
     (cores, frame), _ = params
     mapping = {
-        "suite_id": test_tag,
+        "suite_id": f"{test_tag}-bps",
         "driver": "" if infra[1] in C.DRIVERS_NOT_IN_NAME else \
             f"{C.NIC_DRIVER_TO_SUITE_PREFIX[infra[1]]}-",
         "frame_str": "IMIX" if frame == "imix" else f"{frame}B",