Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/vsock/
H A Dvsock_test.c27 static void test_stream_connection_reset(const struct test_opts *opts) in test_stream_connection_reset()
63 static void test_stream_bind_only_client(const struct test_opts *opts) in test_stream_bind_only_client()
105 static void test_stream_bind_only_server(const struct test_opts *opts) in test_stream_bind_only_server()
210 static void test_stream_multiconn_client(const struct test_opts *opts) in test_stream_multiconn_client()
234 static void test_stream_multiconn_server(const struct test_opts *opts) in test_stream_multiconn_server()
260 static void test_msg_peek_client(const struct test_opts *opts, in test_msg_peek_client()
298 static void test_msg_peek_server(const struct test_opts *opts, in test_msg_peek_server()
384 static void test_stream_msg_peek_client(const struct test_opts *opts) in test_stream_msg_peek_client()
389 static void test_stream_msg_peek_server(const struct test_opts *opts) in test_stream_msg_peek_server()
1065 static void test_stream_inv_buf_client(const struct test_opts *opts) in test_stream_inv_buf_client()
[all …]
H A Dutil.h16 struct test_opts { struct
28 void (*run_client)(const struct test_opts *opts); argument
31 void (*run_server)(const struct test_opts *opts);
48 const struct test_opts *opts);
H A Dvsock_diag_test.c328 static void test_no_sockets(const struct test_opts *opts) in test_no_sockets()
337 static void test_listen_socket_server(const struct test_opts *opts) in test_listen_socket_server()
375 static void test_connect_client(const struct test_opts *opts) in test_connect_client()
400 static void test_connect_server(const struct test_opts *opts) in test_connect_server()
517 struct test_opts opts = { in main()
H A Dutil.c318 const struct test_opts *opts) in run_tests()
323 void (*run)(const struct test_opts *opts); in run_tests()
/openbmc/qemu/tests/qemu-iotests/
H A D153160 test_opts="read-only=off read-only=on read-only=on,force-share=on"
161 for opt1 in $test_opts; do
162 for opt2 in $test_opts; do