Message ID | 20231123-kselftest-vdso-test-name-v1-0-1b30441c422b@kernel.org |
---|---|
Headers | show |
Series | kselftest/vDSO: Output formatting cleanups for vdso_test_abi | expand |
On 11/23/23 03:45, Mark Brown wrote: > These patches update the output of the vdso_test_abi test program to > bring it into line with expected KTAP usage, the main one being the > first patch which ensures we log distinct test names for each reported > result making it much easier for automated systems to track the status > of the tests. > > Signed-off-by: Mark Brown <broonie@kernel.org> > --- > Mark Brown (3): > kselftest/vDSO: Make test name reporting for vdso_abi_test tooling friendly > kselftest/vDSO: Fix message formatting for clock_id logging > kselftest/vDSO: Use ksft_print_msg() rather than printf in vdso_test_abi > > tools/testing/selftests/vDSO/vdso_test_abi.c | 72 +++++++++++++++------------- > 1 file changed, 39 insertions(+), 33 deletions(-) > --- > base-commit: 98b1cc82c4affc16f5598d4fa14b1858671b2263 > change-id: 20231122-kselftest-vdso-test-name-44fcc7e16a38 > > Best regards, Thank you. Applied to linux-kselftest next for Linux 6.8-rc1 thanks, -- Shuah
These patches update the output of the vdso_test_abi test program to bring it into line with expected KTAP usage, the main one being the first patch which ensures we log distinct test names for each reported result making it much easier for automated systems to track the status of the tests. Signed-off-by: Mark Brown <broonie@kernel.org> --- Mark Brown (3): kselftest/vDSO: Make test name reporting for vdso_abi_test tooling friendly kselftest/vDSO: Fix message formatting for clock_id logging kselftest/vDSO: Use ksft_print_msg() rather than printf in vdso_test_abi tools/testing/selftests/vDSO/vdso_test_abi.c | 72 +++++++++++++++------------- 1 file changed, 39 insertions(+), 33 deletions(-) --- base-commit: 98b1cc82c4affc16f5598d4fa14b1858671b2263 change-id: 20231122-kselftest-vdso-test-name-44fcc7e16a38 Best regards,