From 99e53d9536c7211bda8d3bc4510b0187c24f474c Mon Sep 17 00:00:00 2001 From: Krzysztof Gibala Date: Fri, 14 Nov 2025 10:15:56 +0100 Subject: [PATCH 1/2] test: fix typo in zello_sysman black_box_tests Signed-off-by: Krzysztof Gibala --- level_zero/tools/test/black_box_tests/zello_sysman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level_zero/tools/test/black_box_tests/zello_sysman.cpp b/level_zero/tools/test/black_box_tests/zello_sysman.cpp index 8784496cfc48c..ac1fee8f9eef3 100644 --- a/level_zero/tools/test/black_box_tests/zello_sysman.cpp +++ b/level_zero/tools/test/black_box_tests/zello_sysman.cpp @@ -139,7 +139,7 @@ void usage() { "\n -re, --rasexp selectively run ras experimental API black box test" "\n -v, --vftelemetry selectively run vf telemetry API black box test" "\n" - "\n All L0 Syman APIs that set values require root privileged execution" + "\n All L0 Sysman APIs that set values require root privileged execution" "\n" "\n"; } From a35e55bfcbf0ccd922a845585eea436ebc151717 Mon Sep 17 00:00:00 2001 From: Krzysztof Gibala Date: Fri, 14 Nov 2025 10:15:56 +0100 Subject: [PATCH 2/2] test: fix typo in zello_sysman black_box_tests Signed-off-by: Krzysztof Gibala --- level_zero/tools/test/black_box_tests/zello_sysman.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/level_zero/tools/test/black_box_tests/zello_sysman.cpp b/level_zero/tools/test/black_box_tests/zello_sysman.cpp index 8784496cfc48c..ac1fee8f9eef3 100644 --- a/level_zero/tools/test/black_box_tests/zello_sysman.cpp +++ b/level_zero/tools/test/black_box_tests/zello_sysman.cpp @@ -139,7 +139,7 @@ void usage() { "\n -re, --rasexp selectively run ras experimental API black box test" "\n -v, --vftelemetry selectively run vf telemetry API black box test" "\n" - "\n All L0 Syman APIs that set values require root privileged execution" + "\n All L0 Sysman APIs that set values require root privileged execution" "\n" "\n"; }