Lines Matching full:test
2 * QEMU I/O channel TLS test
37 #define WORKDIR "tests/test-io-channel-tls-work/"
84 * and the test-crypto-tlscreds test already in test_tls_creds_create()
120 QIOChannelTest *test; in test_io_channel_tls() local
126 #define CLIENT_CERT_DIR "tests/test-io-channel-tls-client/" in test_io_channel_tls()
127 #define SERVER_CERT_DIR "tests/test-io-channel-tls-server/" in test_io_channel_tls()
190 /* Now the real part of the test, setup the sessions */ in test_io_channel_tls()
227 test = qio_channel_test_new(); in test_io_channel_tls()
228 qio_channel_test_run_threads(test, false, in test_io_channel_tls()
231 qio_channel_test_validate(test); in test_io_channel_tls()
233 test = qio_channel_test_new(); in test_io_channel_tls()
234 qio_channel_test_run_threads(test, true, in test_io_channel_tls()
237 qio_channel_test_validate(test); in test_io_channel_tls()