From patchwork Wed Oct 20 15:34:33 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Goldish X-Patchwork-Id: 268711 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o9KFZ1cD003999 for ; Wed, 20 Oct 2010 15:35:01 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753909Ab0JTPek (ORCPT ); Wed, 20 Oct 2010 11:34:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61992 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753900Ab0JTPei (ORCPT ); Wed, 20 Oct 2010 11:34:38 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o9KFYbA9001588 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 20 Oct 2010 11:34:38 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o9KFYaHm002489; Wed, 20 Oct 2010 11:34:36 -0400 Received: from localhost.localdomain (dhcp-1-188.tlv.redhat.com [10.35.1.188]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o9KFYXKZ006589; Wed, 20 Oct 2010 11:34:35 -0400 From: Michael Goldish To: autotest@test.kernel.org, kvm@vger.kernel.org Cc: Michael Goldish Subject: [KVM-AUTOTEST PATCH] KVM test: kvm_monitor.py: fix cmd_qmp()'s docstring Date: Wed, 20 Oct 2010 17:34:33 +0200 Message-Id: <1287588873-26254-2-git-send-email-mgoldish@redhat.com> In-Reply-To: <1287588873-26254-1-git-send-email-mgoldish@redhat.com> References: <1287588873-26254-1-git-send-email-mgoldish@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 Sender: kvm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Wed, 20 Oct 2010 15:35:01 +0000 (UTC) diff --git a/client/tests/kvm/kvm_monitor.py b/client/tests/kvm/kvm_monitor.py index 5ad80d8..7047850 100644 --- a/client/tests/kvm/kvm_monitor.py +++ b/client/tests/kvm/kvm_monitor.py @@ -591,7 +591,9 @@ class QMPMonitor(Monitor): Unlike cmd(), return the raw response dict without performing any checks on it. - @param obj: The object to send + @param cmd: Command to send + @param args: A dict containing command arguments, or None + @param id: An id for the command, or None @param timeout: Time duration to wait for response @return: The response received @raise MonitorLockError: Raised if the lock cannot be acquired