KVM: selftests: Use TAP interface in the kvm_binary_stats_test
authorThomas Huth <thuth@redhat.com>
Tue, 4 Oct 2022 09:31:29 +0000 (11:31 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 29 Dec 2022 20:33:14 +0000 (15:33 -0500)
commit8125b6cda9b17f5a0163cca3904c430f4f03591b
tree58db9c5ce76c780fa8275feaa38539197d9f0a1c
parentc4a488685b84ad94f099aa6be066bf1488e4b73c
KVM: selftests: Use TAP interface in the kvm_binary_stats_test

The kvm_binary_stats_test test currently does not have any output (unless
one of the TEST_ASSERT statement fails), so it's hard to say for a user
how far it did proceed already. Thus let's make this a little bit more
user-friendly and include some TAP output via the kselftest.h interface.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Andrew Jones <andrew.jones@linux.dev>
Message-Id: <20221004093131.40392-2-thuth@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/kvm_binary_stats_test.c