Lines Matching full:test
2 * QMP protocol test cases
113 /* Test greeting */ in test_qmp_protocol()
122 /* Test valid command before handshake */ in test_qmp_protocol()
126 /* Test malformed commands before handshake */ in test_qmp_protocol()
129 /* Test handshake */ in test_qmp_protocol()
135 /* Test repeated handshake */ in test_qmp_protocol()
139 /* Test valid command */ in test_qmp_protocol()
144 /* Test malformed commands */ in test_qmp_protocol()
147 /* Test 'id' */ in test_qmp_protocol()
154 /* Test command failure with 'id' */ in test_qmp_protocol()
172 tmpdir = g_dir_make_tmp("qmp-test-XXXXXX", &err); in setup_blocking_cmd()