OSDN Git Service

KVM: s390: selftests: Use TAP interface in the memop test
authorThomas Huth <thuth@redhat.com>
Tue, 31 May 2022 10:15:51 +0000 (12:15 +0200)
committerChristian Borntraeger <borntraeger@linux.ibm.com>
Wed, 1 Jun 2022 14:57:14 +0000 (16:57 +0200)
commit97da92c0ff92f33a7c33533e5fdd3e870f01cc6a
treecfb0ea89e9a18d86758eb7b870aef16fe250a9eb
parentb0f46280d3fcd59a65cfae9742fa5172362af893
KVM: s390: selftests: Use TAP interface in the memop test

The memop test currently does not have any output (unless one of the
TEST_ASSERT statement fails), so it's hard to say for a user whether
a certain new sub-test has been included in the binary or not. Let's
make this a little bit more user-friendly and include some TAP output
via the kselftests.h interface.

Reviewed-by: Janosch Frank <frankja@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Link: https://lore.kernel.org/r/20220531101554.36844-2-thuth@redhat.com
Signed-off-by: Christian Borntraeger <borntraeger@linux.ibm.com>
tools/testing/selftests/kvm/s390x/memop.c