Re: [PATCH] KVM: selftests: Use TAP in the steal_time test

From: Andrew Jones
Date: Thu Oct 19 2023 - 09:14:03 EST


On Thu, Oct 19, 2023 at 11:59:00AM +0200, Thomas Huth wrote:
> For easier use of the tests in automation and for having some
> status information for the user while the test is running, let's
> provide some TAP output in this test.
>
> Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx>
> ---
> NB: This patch does not use the interface from kselftest_harness.h
> since it is not very suitable for the for-loop in this patch.
>
> tools/testing/selftests/kvm/steal_time.c | 46 ++++++++++++------------
> 1 file changed, 23 insertions(+), 23 deletions(-)
>

Reviewed-by: Andrew Jones <ajones@xxxxxxxxxxxxxxxx>