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

2016-04-12 Thread Martin Kletzander
On Thu, Mar 31, 2016 at 08:29:52AM -0400, John Ferlan wrote: On 03/30/2016 11:13 AM, 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

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

2016-03-31 Thread John Ferlan
On 03/30/2016 11:13 AM, 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: Martin Kletzander >

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

2016-03-30 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 +--