Lines Matching full:test
2 * QEMU I/O channel command test
30 #define TEST_FIFO "test-io-channel-command.fifo"
37 g_autofree gchar *tmpdir = g_dir_make_tmp("qemu-test-io-channel.XXXXXX", NULL); in test_io_channel_command_fifo()
44 QIOChannelTest *test; in test_io_channel_command_fifo() local
58 test = qio_channel_test_new(); in test_io_channel_command_fifo()
59 qio_channel_test_run_threads(test, async, src, dst); in test_io_channel_command_fifo()
60 qio_channel_test_validate(test); in test_io_channel_command_fifo()
96 QIOChannelTest *test; in test_io_channel_command_echo() local
109 test = qio_channel_test_new(); in test_io_channel_command_echo()
110 qio_channel_test_run_threads(test, async, ioc, ioc); in test_io_channel_command_echo()
111 qio_channel_test_validate(test); in test_io_channel_command_echo()