[libvirt] [PATCH v6 3/5] qemumonitorjsontest: add test for getting multithread compress params

Jiri Denemark jdenemar at redhat.com
Thu Apr 14 12:40:09 UTC 2016


On Thu, Apr 14, 2016 at 13:33:50 +0300, Nikolay Shirokovskiy wrote:
> From: Eli Qiao <liyong.qiao at intel.com>
> 
> Signed-off-by: Eli Qiao <liyong.qiao at intel.com>
> Signed-off-by: ShaoHe Feng <shaohe.feng at intel.com>
> Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy at virtuozzo.com>
> ---
>  tests/qemumonitorjsontest.c | 61 +++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 61 insertions(+)

ACK with the following trivial diff squashed in...

Jirka

diff --git i/tests/qemumonitorjsontest.c w/tests/qemumonitorjsontest.c
index ca15659..829de90 100644
--- i/tests/qemumonitorjsontest.c
+++ w/tests/qemumonitorjsontest.c
@@ -1622,7 +1622,7 @@ testQemuMonitorJSONqemuMonitorJSONGetMigrationCompression(const void *data)
         !compress.threads_set ||
         !compress.dthreads_set) {
         virReportError(VIR_ERR_INTERNAL_ERROR, "%s",
-                       "One of level, threads or dthreads set flags is not set");
+                       "One of level, threads or dthreads flags is not set");
         return -1;
     }




More information about the libvir-list mailing list