Re: [PATCH] selftests: fuxex: Report a unique test name per run of futex_requeue_pi

From: Shuah Khan
Date: Mon Feb 19 2024 - 14:54:58 EST


On 2/19/24 08:58, Thomas Gleixner wrote:
On Tue, Feb 13 2024 at 19:06, Mark Brown wrote:
The futex_requeue_pi test program is run a number of times with different
options to provide multiple test cases. Currently every time it runs it
reports the result with a consistent string, meaning that automated systems
parsing the TAP output from a test run have difficulty in distinguishing
which test is which.

The parameters used for the test are already logged as part of the test
output, let's use the same format to roll them into the test name that we
use with KTAP so that automated systems can follow the results of the
individual cases that get run.

Signed-off-by: Mark Brown <broonie@xxxxxxxxxx>

Acked-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>

Thank you. I will pick this up for Linux 6.9-rc1

thanks,
-- Shuah