[PATCH 0/2] rtla: Improve test coverage with output checking and actions
From: Tomas Glozar
Date: Fri Jul 25 2025 - 09:38:49 EST
Recently added actions on threshold/end and checking output with "grep" in tests
enable more accurate testing.
Implement two additions: grep filters for base tests, and a new tests, using
action on threshold to verify if priority of timerlat thread is set correctly.
Tomas Glozar (2):
rtla/tests: Add grep checks for base test cases
rtla/tests: Test timerlat -P option using actions
tools/tracing/rtla/tests/engine.sh | 2 +-
tools/tracing/rtla/tests/hwnoise.t | 11 ++++++-----
tools/tracing/rtla/tests/osnoise.t | 6 +++---
.../tracing/rtla/tests/scripts/check-priority.sh | 8 ++++++++
tools/tracing/rtla/tests/timerlat.t | 15 +++++++++------
5 files changed, 27 insertions(+), 15 deletions(-)
create mode 100755 tools/tracing/rtla/tests/scripts/check-priority.sh
--
2.49.0