From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLHuJ-0006fL-Cy for qemu-devel@nongnu.org; Tue, 10 Feb 2015 15:59:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLHuF-000105-D7 for qemu-devel@nongnu.org; Tue, 10 Feb 2015 15:59:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLHuF-0000yJ-6d for qemu-devel@nongnu.org; Tue, 10 Feb 2015 15:59:39 -0500 Message-ID: <54DA7136.3030108@redhat.com> Date: Tue, 10 Feb 2015 15:59:34 -0500 From: Max Reitz MIME-Version: 1.0 References: <1423555201-32429-1-git-send-email-chenxg@linux.vnet.ibm.com> <1423555201-32429-5-git-send-email-chenxg@linux.vnet.ibm.com> In-Reply-To: <1423555201-32429-5-git-send-email-chenxg@linux.vnet.ibm.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH RFC v5 4/5] qemu-iotests: s390x: fix test 055 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Xiao Guang Chen , qemu-devel@nongnu.org Cc: kwolf@redhat.com, mimu@linux.vnet.ibm.com, armbru@redhat.com On 2015-02-10 at 03:00, Xiao Guang Chen wrote: > There is no 'ide-cd' device defined on s390 platform, so > test_medium_not_found() test should be skipped. > > Signed-off-by: Xiao Guang Chen,chenxg@linux.vnet.ibm.com With this fixed as in the previous patches: Reviewed-by: Max Reitz > --- > tests/qemu-iotests/055 | 9 +++++++++ > 1 file changed, 9 insertions(+)