From patchwork Tue Jun 14 15:08:09 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 9176095 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 63B0260573 for ; Tue, 14 Jun 2016 15:08:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 565AB265B9 for ; Tue, 14 Jun 2016 15:08:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4B47127E78; Tue, 14 Jun 2016 15:08:23 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CC987265B9 for ; Tue, 14 Jun 2016 15:08:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751518AbcFNPIT (ORCPT ); Tue, 14 Jun 2016 11:08:19 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:54893 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751401AbcFNPIS (ORCPT ); Tue, 14 Jun 2016 11:08:18 -0400 Received: from [83.175.99.196] (helo=localhost) by bombadil.infradead.org with esmtpsa (Exim 4.80.1 #2 (Red Hat Linux)) id 1bCpwv-0003sL-MB for fstests@vger.kernel.org; Tue, 14 Jun 2016 15:08:18 +0000 From: Christoph Hellwig To: fstests@vger.kernel.org Subject: [PATCH 1/2] generic/346: add to the quick and rw groups Date: Tue, 14 Jun 2016 17:08:09 +0200 Message-Id: <1465916890-28135-2-git-send-email-hch@lst.de> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1465916890-28135-1-git-send-email-hch@lst.de> References: <1465916890-28135-1-git-send-email-hch@lst.de> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The test runs quickly and covers code not covered by any other test, so add it to the quick group. Also add it to the rw group while we're at it. Signed-off-by: Christoph Hellwig --- tests/generic/group | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/group b/tests/generic/group index 36fb759..217ffaa 100644 --- a/tests/generic/group +++ b/tests/generic/group @@ -348,7 +348,7 @@ 343 auto quick metadata 344 auto 345 auto -346 auto +346 auto quick rw 347 auto quick rw thin 348 auto quick metadata 349 blockdev quick rw