Home
last modified time | relevance | path

Searched refs:vsock_test (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/vsock/
H A DMakefile8 $(OUTPUT)/vsock_test: $(VSOCK_TEST_DIR)/vsock_test
11 $(VSOCK_TEST_DIR)/vsock_test: $(VSOCK_TEST_SRCS)
12 $(MAKE) -C $(VSOCK_TEST_DIR) vsock_test
14 TEST_GEN_FILES := vsock_test
H A D.gitignore2 vsock_test
H A Dvmtest.sh19 readonly VSOCK_TEST="${SCRIPT_DIR}"/vsock_test
33 # control port forwarded for vsock_test. Because virtme-ng doesn't support
79 "Run vsock_test in server mode on the VM and in client mode on the host."
82 "Run vsock_test in client mode on the VM and in server mode on the host."
85 "Run vsock_test using the loopback transport in the VM."
106 "Run vsock_test client in global ns with server in VM in another global ns."
112 "Run vsock_test client in VM in a global ns with server in another global ns."
139 "Run vsock_test client in a local ns with server in VM in same ns."
142 "Run vsock_test client in VM in a local ns with server in same ns."
403 cp "${VSOCK_TEST}" "${TEST_HOME}"/vsock_test
[all...]
/linux/tools/testing/vsock/
H A DMakefile3 test: vsock_test vsock_diag_test vsock_uring_test
4 vsock_test: vsock_test.o vsock_test_zerocopy.o timeout.o control.o util.o msg_zerocopy_common.o target
8 vsock_test: LDLIBS = -lpthread target
15 ${RM} *.o *.d vsock_test vsock_diag_test vsock_perf vsock_uring_test
23 install -m 744 vsock_test $(VSOCK_INSTALL_PATH)
H A D.gitignore3 vsock_test