summaryrefslogtreecommitdiffstats
path: root/tools/testing/vsock/README
Commit message (Collapse)AuthorAgeFilesLines
* VSOCK: add AF_VSOCK test casesStefan Hajnoczi2019-12-201-0/+1
| | | | | | | | The vsock_test.c program runs a test suite of AF_VSOCK test cases. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* VSOCK: fix header include in vsock_diag_testStefan Hajnoczi2019-12-201-1/+1
| | | | | | | | | | | | The vsock_diag_test program directly included ../../../include/uapi/ headers from the source tree. Tests are supposed to use the usr/include/linux/ headers that have been prepared with make headers_install instead. Suggested-by: David S. Miller <davem@davemloft.net> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Stefano Garzarella <sgarzare@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* VSOCK: add tools/testing/vsock/vsock_diag_testStefan Hajnoczi2017-10-051-0/+36
This patch adds tests for the vsock_diag.ko module. These tests are not self-tests because they require manual set up of a KVM or VMware guest. Please see tools/testing/vsock/README for instructions. The control.h and timeout.h infrastructure can be used for additional AF_VSOCK tests in the future. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>