From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0d41-0005rZ-LV for qemu-devel@nongnu.org; Fri, 27 Jun 2014 16:48:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0d3w-0008Dp-3v for qemu-devel@nongnu.org; Fri, 27 Jun 2014 16:48:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:4289) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0d3v-0008Dh-Sf for qemu-devel@nongnu.org; Fri, 27 Jun 2014 16:48:00 -0400 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 s5RKlx94011551 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 27 Jun 2014 16:47:59 -0400 From: Max Reitz Date: Fri, 27 Jun 2014 22:47:47 +0200 Message-Id: <1403902068-24613-3-git-send-email-mreitz@redhat.com> In-Reply-To: <1403902068-24613-1-git-send-email-mreitz@redhat.com> References: <1403902068-24613-1-git-send-email-mreitz@redhat.com> Subject: [Qemu-devel] [PATCH 2/3] iotests: Add qemu tests to quick group List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , Stefan Hajnoczi , Max Reitz Now that qemu-iotests-quick.sh supports tests using the qemu binary, we are free to add such tests to the quick group. Signed-off-by: Max Reitz --- tests/qemu-iotests/group | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index 0043f30..8bd488d 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -51,7 +51,7 @@ 042 rw auto quick 043 rw auto backing 044 rw auto -045 rw auto +045 rw auto quick 046 rw auto aio 047 rw auto 048 img auto quick @@ -71,13 +71,13 @@ 062 rw auto quick 063 rw auto quick 064 rw auto quick -065 rw auto +065 rw auto quick 066 rw auto quick -067 rw auto -068 rw auto +067 rw auto quick +068 rw auto quick 069 rw auto quick 070 rw auto quick -071 rw auto +071 rw auto quick 072 rw auto quick 073 rw auto quick 074 rw auto quick @@ -87,17 +87,17 @@ 078 rw auto 079 rw auto 080 rw auto -081 rw auto +081 rw auto quick 082 rw auto quick 083 rw auto 084 img auto 085 rw auto 086 rw auto quick -087 rw auto +087 rw auto quick 088 rw auto 089 rw auto quick 090 rw auto quick -091 rw auto +091 rw auto quick 092 rw auto quick -095 rw auto -097 rw auto +095 rw auto quick +097 rw auto quick -- 2.0.0