Re: [libvirt] [PATCH 2/3] qemuagenttest: Check invalid response in shutdown test

2013-08-02 Thread Peter Krempa
On 08/01/13 20:01, Eric Blake wrote: On 08/01/2013 11:57 AM, John Ferlan wrote: On 08/01/2013 10:39 AM, Peter Krempa wrote: The shutdown test utilizes waiting for condition to exit the test. This addition will return an error for the shutdown command to see if the condition waiting code will no

Re: [libvirt] [PATCH 2/3] qemuagenttest: Check invalid response in shutdown test

2013-08-01 Thread Eric Blake
On 08/01/2013 11:57 AM, John Ferlan wrote: > On 08/01/2013 10:39 AM, Peter Krempa wrote: >> The shutdown test utilizes waiting for condition to exit the test. This >> addition will return an error for the shutdown command to see if the >> condition waiting code will not hang. >> --- >> tests/qemua

Re: [libvirt] [PATCH 2/3] qemuagenttest: Check invalid response in shutdown test

2013-08-01 Thread John Ferlan
On 08/01/2013 10:39 AM, Peter Krempa wrote: > The shutdown test utilizes waiting for condition to exit the test. This > addition will return an error for the shutdown command to see if the > condition waiting code will not hang. > --- > tests/qemuagenttest.c | 23 +++ > 1 file

Re: [libvirt] [PATCH 2/3] qemuagenttest: Check invalid response in shutdown test

2013-08-01 Thread Eric Blake
On 08/01/2013 08:39 AM, Peter Krempa wrote: > The shutdown test utilizes waiting for condition to exit the test. This > addition will return an error for the shutdown command to see if the > condition waiting code will not hang. > --- > tests/qemuagenttest.c | 23 +++ > 1 file

[libvirt] [PATCH 2/3] qemuagenttest: Check invalid response in shutdown test

2013-08-01 Thread Peter Krempa
The shutdown test utilizes waiting for condition to exit the test. This addition will return an error for the shutdown command to see if the condition waiting code will not hang. --- tests/qemuagenttest.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/tests/qemuagentt