From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60100) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFqFB-0003a6-Qb for qemu-devel@nongnu.org; Mon, 26 Jan 2015 15:26:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFqF7-0003xc-20 for qemu-devel@nongnu.org; Mon, 26 Jan 2015 15:26:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:47673) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFqF6-0003xO-RP for qemu-devel@nongnu.org; Mon, 26 Jan 2015 15:26:40 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id t0QKQdw2003242 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Mon, 26 Jan 2015 15:26:39 -0500 Message-ID: <54C6A2FD.3090402@redhat.com> Date: Mon, 26 Jan 2015 15:26:37 -0500 From: Max Reitz MIME-Version: 1.0 References: <1421397983-28065-1-git-send-email-famz@redhat.com> <1421397983-28065-4-git-send-email-famz@redhat.com> In-Reply-To: <1421397983-28065-4-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 3/5] qemu-iotests: Add VM method qtest() to iotests.py List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi On 2015-01-16 at 03:46, Fam Zheng wrote: > This will allow test case to run command in qtest protocol. It's *test cases > write-only for now. > > Signed-off-by: Fam Zheng > --- > tests/qemu-iotests/iotests.py | 16 ++++++++++++++-- > 1 file changed, 14 insertions(+), 2 deletions(-) Reviewed-by: Max Reitz