From patchwork Fri Mar 9 12:46:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Wolf X-Patchwork-Id: 145712 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 7DB71B6F13 for ; Fri, 9 Mar 2012 23:43:57 +1100 (EST) Received: from localhost ([::1]:33699 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5zAp-0003as-BG for incoming@patchwork.ozlabs.org; Fri, 09 Mar 2012 07:43:55 -0500 Received: from eggs.gnu.org ([208.118.235.92]:52154) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5zAY-0003Fa-1h for qemu-devel@nongnu.org; Fri, 09 Mar 2012 07:43:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S5zA9-0001qn-Fs for qemu-devel@nongnu.org; Fri, 09 Mar 2012 07:43:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:36923) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S5zA9-0001qb-8A for qemu-devel@nongnu.org; Fri, 09 Mar 2012 07:43:13 -0500 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.14.4/8.14.4) with ESMTP id q29ChAV0007794 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 9 Mar 2012 07:43:10 -0500 Received: from dhcp-5-188.str.redhat.com (vpn1-4-217.ams2.redhat.com [10.36.4.217]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id q29Ch7LP025148; Fri, 9 Mar 2012 07:43:09 -0500 From: Kevin Wolf To: qemu-devel@nongnu.org Date: Fri, 9 Mar 2012 13:46:35 +0100 Message-Id: <1331297197-4289-2-git-send-email-kwolf@redhat.com> In-Reply-To: <1331297197-4289-1-git-send-email-kwolf@redhat.com> References: <1331297197-4289-1-git-send-email-kwolf@redhat.com> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 Cc: kwolf@redhat.com, stefanha@gmail.com Subject: [Qemu-devel] [PATCH v2 1/3] qemu-iotests: Mark some tests as quick X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org This creates a new test group 'quick' for some test case that take at most a couple of seconds each, so that the group can be run during a quick 'make check' Signed-off-by: Kevin Wolf --- tests/qemu-iotests/group | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index fcf869d..b549f10 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -8,32 +8,32 @@ # test-group association ... one line per test # 001 rw auto -002 rw auto +002 rw auto quick 003 rw auto -004 rw auto +004 rw auto quick 005 img auto 006 img auto 007 snapshot auto 008 rw auto 009 rw auto 010 rw auto -011 rw auto -012 auto +011 rw auto quick +012 auto quick 013 rw auto 014 rw auto 015 rw snapshot auto -016 rw auto -017 rw backing auto +016 rw auto quick +017 rw backing auto quick 018 rw backing auto -019 rw backing auto -020 rw backing auto +019 rw backing auto quick +020 rw backing auto quick 021 io auto 022 rw snapshot auto 023 rw auto -024 rw backing auto -025 rw auto +024 rw backing auto quick +025 rw auto quick 026 rw blkdbg auto -027 rw auto +027 rw auto quick 028 rw backing auto -029 rw auto +029 rw auto quick 030 rw auto