diff --git a/backends/arm/test/misc/test_debug_feats.py b/backends/arm/test/misc/test_debug_feats.py index 690549d7174..4a3767833a3 100644 --- a/backends/arm/test/misc/test_debug_feats.py +++ b/backends/arm/test/misc/test_debug_feats.py @@ -197,10 +197,10 @@ def test_collate_tosa_BI_tests(self): "test_collate_tosa_tests/tosa-bi/TestCollateTosaTests/test_collate_tosa_BI_tests" ) assert os.path.exists( - "test_collate_tosa_tests/tosa-bi/TestCollateTosaTests/test_collate_tosa_BI_tests/output_tag6.tosa" + "test_collate_tosa_tests/tosa-bi/TestCollateTosaTests/test_collate_tosa_BI_tests/output_tag6_TOSA-0.80+BI.tosa" ) assert os.path.exists( - "test_collate_tosa_tests/tosa-bi/TestCollateTosaTests/test_collate_tosa_BI_tests/desc_tag6.json" + "test_collate_tosa_tests/tosa-bi/TestCollateTosaTests/test_collate_tosa_BI_tests/desc_tag6_TOSA-0.80+BI.json" ) os.environ.pop("TOSA_TESTCASES_BASE_PATH") diff --git a/backends/arm/tosa_backend.py b/backends/arm/tosa_backend.py index 0eb0757e262..c93ba8398ee 100644 --- a/backends/arm/tosa_backend.py +++ b/backends/arm/tosa_backend.py @@ -125,7 +125,7 @@ def preprocess( # noqa: C901 dbg_tosa_dump( tosa_graph, artifact_path, - suffix="{}".format(f"_{tag}" if tag else ""), + suffix="{}".format(f"_{tag}" if tag else "") + (f"_{tosa_spec}"), ) # Serialize and return the TOSA flatbuffer.