]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemumonitorjsontest: Extend the test for yet another monitor commands
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 1 Oct 2013 14:23:50 +0000 (16:23 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Fri, 11 Oct 2013 08:20:15 +0000 (10:20 +0200)
commitfbc3adc96d48d319aed51c27ffa033b0a7e8a816
tree4d2fe921a7c2c27f498bbce1ea1d86a5d53bae61
parent77fb4c4f9ee0f99b7bfafef2126f9fc85e910ef8
qemumonitorjsontest: Extend the test for yet another monitor commands

So far, we're unit testing some basic functions and some (so called)
simple functions (e.g. "qmp_capabilities", "system_powerdown"). However,
there are more functions which expect simple "{'return': {}}" reply, but
takes more args to construct the command (for instance "set_link"). This
patch aims on such functions.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
tests/qemumonitorjsontest.c