]> Git Repo - qemu.git/commit - tests/test-filter-mirror.c
tests/test-filter: Make tests independent of global_qtest
authorThomas Huth <[email protected]>
Tue, 13 Nov 2018 19:52:55 +0000 (20:52 +0100)
committerThomas Huth <[email protected]>
Mon, 17 Dec 2018 14:36:40 +0000 (15:36 +0100)
commita2569b001cf6acf9e9e9bcf7dbcd0a9c94d4bd52
tree0712b8e515fd6c7d891b296a613fe8da1e71a71b
parente6426b74199e2c83185ef016596a624ab491e8a0
tests/test-filter: Make tests independent of global_qtest

Apart from using qmp() in the qmp_discard_response() macro, these
tests do not have any dependencies to the global_qtest variable,
so we can simply get rid of it here by replacing the qmp() with
qtest_qmp() in the macro.

Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
tests/test-filter-mirror.c
tests/test-filter-redirector.c
This page took 0.026154 seconds and 4 git commands to generate.