From: Tibor Frank Date: Tue, 2 Sep 2025 12:12:45 +0000 (+0000) Subject: NSG(fix): hoststack bps tests X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F49%2F43649%2F1;p=csit.git NSG(fix): hoststack bps tests Change-Id: Ife076fe3a8eb0f2029e1b87e2a539e14e73c96a5 Signed-off-by: Tibor Frank --- diff --git a/resources/libraries/python/suite_generator/generator_functions.py b/resources/libraries/python/suite_generator/generator_functions.py index 27f9feb588..6ab7f94a25 100644 --- a/resources/libraries/python/suite_generator/generator_functions.py +++ b/resources/libraries/python/suite_generator/generator_functions.py @@ -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",