mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
tests: qemuMonitorTest: drop the JSON field
Now that we no longer support testing HMP monitor, the json field is pointless. Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
f5e275c6e2
commit
2545f61e95
@ -51,7 +51,6 @@ struct _qemuMonitorTest {
|
||||
virMutex lock;
|
||||
virThread thread;
|
||||
|
||||
bool json;
|
||||
bool quit;
|
||||
bool running;
|
||||
bool started;
|
||||
@ -1189,7 +1188,6 @@ qemuMonitorTestNew(virDomainXMLOptionPtr xmlopt,
|
||||
if (!(test = qemuMonitorCommonTestNew(xmlopt, vm, &src)))
|
||||
goto error;
|
||||
|
||||
test->json = true;
|
||||
test->qapischema = schema;
|
||||
if (!(test->mon = qemuMonitorOpen(test->vm,
|
||||
&src,
|
||||
|
Loading…
Reference in New Issue
Block a user