tests/vmgenid: Make test independent of global_qtest
authorThomas Huth <thuth@redhat.com>
Mon, 12 Nov 2018 18:46:20 +0000 (19:46 +0100)
committerThomas Huth <thuth@redhat.com>
Mon, 17 Dec 2018 14:36:39 +0000 (15:36 +0100)
commitac16ab753ae2ee240fddb9c69400782c18ae3bc1
tree748759cf18c7edcc8f9a0ae637db6ab234632c41
parent273e3d92cfa26ae07a72657b75b4b76105a0fbc4
tests/vmgenid: Make test independent of global_qtest

The biggest part has already been done in the previous patch, we now
only have to replace some few qmp() and readb() calls with the
corresponding qtest_*() functions to get there.

Acked-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/vmgenid-test.c