Re: [libvirt] [PATCH v2 1/3] qemuhotplugtest: Allow testing of live data

2016-04-29 Thread Pavel Hrdina
On Thu, Apr 28, 2016 at 04:43:40PM +0200, Martin Kletzander wrote: > For now, the test was dumping an XML of inactive domain (well, setting > the id to '-1' to be precise) when checking the results. This patch > enables future additions to test the live XML output as well. > > Signed-off-by:

[libvirt] [PATCH v2 1/3] qemuhotplugtest: Allow testing of live data

2016-04-28 Thread Martin Kletzander
For now, the test was dumping an XML of inactive domain (well, setting the id to '-1' to be precise) when checking the results. This patch enables future additions to test the live XML output as well. Signed-off-by: Martin Kletzander --- tests/qemuhotplugtest.c | 27