]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: qemucapabilities: Reset command sequence before second probe
authorPeter Krempa <pkrempa@redhat.com>
Mon, 4 Jun 2018 09:21:51 +0000 (11:21 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 12 Jun 2018 08:27:50 +0000 (10:27 +0200)
commit215167042ac2a9ee8c37098b525da3c6f9fb8b34
tree4c73bef77dab20572ae81073154464f083f7e487
parentcc8f8bfdee073032e3793f9350042c3245c062a3
tests: qemucapabilities: Reset command sequence before second probe

The test data for capabilities is obtained from two consecutive qemu
runs when the regular monitor object will be reset. Do the same for the
test monitor object which is not disposed between runs by calling
qemuMonitorResetCommandID.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: John Ferlan <jferlan@redhat.com>
tests/qemucapabilitiestest.c