hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/tools/testing/vsock/README
....@@ -5,12 +5,13 @@
55
66 The following tests are available:
77
8
+ * vsock_test - core AF_VSOCK socket functionality
89 * vsock_diag_test - vsock_diag.ko module for listing open sockets
910
1011 The following prerequisite steps are not automated and must be performed prior
1112 to running tests:
1213
13
-1. Build the kernel and these tests.
14
+1. Build the kernel, make headers_install, and build these tests.
1415 2. Install the kernel and tests on the host.
1516 3. Install the kernel and tests inside the guest.
1617 4. Boot the guest and ensure that the AF_VSOCK transport is enabled.