From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtL8j-0000iA-MU for qemu-devel@nongnu.org; Fri, 15 May 2015 15:19:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YtL8i-0007Sf-Pf for qemu-devel@nongnu.org; Fri, 15 May 2015 15:19:21 -0400 Message-ID: <555646B0.4030508@redhat.com> Date: Fri, 15 May 2015 21:19:12 +0200 From: Max Reitz MIME-Version: 1.0 References: <1431105726-3682-1-git-send-email-kwolf@redhat.com> <1431105726-3682-35-git-send-email-kwolf@redhat.com> In-Reply-To: <1431105726-3682-35-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 34/34] qemu-iotests: Test reopen with node-name/driver options List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-block@nongnu.org Cc: armbru@redhat.com, qemu-devel@nongnu.org On 08.05.2015 19:22, Kevin Wolf wrote: > 'node-name' and 'driver' should not be changed during a reopen > operation. It is, however, valid to specify them with the same value as > they already had. > > Signed-off-by: Kevin Wolf > --- > tests/qemu-iotests/133 | 90 ++++++++++++++++++++++++++++++++++++++++++++++ > tests/qemu-iotests/133.out | 22 ++++++++++++ > tests/qemu-iotests/group | 1 + > 3 files changed, 113 insertions(+) > create mode 100755 tests/qemu-iotests/133 > create mode 100644 tests/qemu-iotests/133.out Reviewed-by: Max Reitz