From patchwork Wed Dec 13 00:45:18 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Luis Chamberlain X-Patchwork-Id: 10108515 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 B1C44602B3 for ; Wed, 13 Dec 2017 00:46:25 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id A3E0928563 for ; Wed, 13 Dec 2017 00:46:25 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 98F68288DF; Wed, 13 Dec 2017 00:46:25 +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 255A928563 for ; Wed, 13 Dec 2017 00:46:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753161AbdLMAqY (ORCPT ); Tue, 12 Dec 2017 19:46:24 -0500 Received: from mail.kernel.org ([198.145.29.99]:37282 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752977AbdLMAp3 (ORCPT ); Tue, 12 Dec 2017 19:45:29 -0500 Received: from garbanzo.do-not-panic.com (c-73-15-241-2.hsd1.ca.comcast.net [73.15.241.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 756ED2187A; Wed, 13 Dec 2017 00:45:28 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 756ED2187A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=mcgrof@kernel.org From: "Luis R. Rodriguez" To: fstests@vger.kernel.org Cc: linux-xfs@vger.kernel.org, linux-kernel@vger.kernel.org, "Luis R. Rodriguez" Subject: [PATCH 8/9] tests/xfs/group: add group for tests which require mkfs v4_5 Date: Tue, 12 Dec 2017 16:45:18 -0800 Message-Id: <20171213004519.29340-9-mcgrof@kernel.org> X-Mailer: git-send-email 2.13.2 In-Reply-To: <20171213004519.29340-1-mcgrof@kernel.org> References: <20171213004519.29340-1-mcgrof@kernel.org> Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This lets us skip these tests on newer systems. Signed-off-by: Luis R. Rodriguez --- tests/xfs/group | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xfs/group b/tests/xfs/group index 656b65f5fe7a..ebb1685e22eb 100644 --- a/tests/xfs/group +++ b/tests/xfs/group @@ -93,7 +93,7 @@ 093 fuzzers 094 metadata dir ioctl auto realtimedev 095 log v2log auto -096 mkfs v2log auto quick +096 mkfs v2log auto quick mkfs_4_5 097 fuzzers 098 fuzzers 099 fuzzers