From patchwork Tue May 29 05:56:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anand Jain X-Patchwork-Id: 10434357 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 D1928601E9 for ; Tue, 29 May 2018 05:53:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C3F87285BA for ; Tue, 29 May 2018 05:53:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B8A96285D1; Tue, 29 May 2018 05:53:37 +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=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable 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 6072A285BA for ; Tue, 29 May 2018 05:53:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754483AbeE2Fxg (ORCPT ); Tue, 29 May 2018 01:53:36 -0400 Received: from userp2120.oracle.com ([156.151.31.85]:49286 "EHLO userp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754449AbeE2Fxf (ORCPT ); Tue, 29 May 2018 01:53:35 -0400 Received: from pps.filterd (userp2120.oracle.com [127.0.0.1]) by userp2120.oracle.com (8.16.0.22/8.16.0.22) with SMTP id w4T5pAIm187350; Tue, 29 May 2018 05:53:34 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : cc : subject : date : message-id; s=corp-2017-10-26; bh=rL+TYrxfKae5Pe7o58pBY8ezSdocw1TbSvZnQoMiwCU=; b=GMxLnMLhA5ju8juOMobc2HNCar94y5Jiv6UsMqz3pM2DSBRb4qdFrzGa66fpdNQzbZ8e 7J4ZKdNG8XH+0xq2B5Su87Uk6sJVXJliK5jy4r2KSBZDwbfoXsVZQrr8UJ2U12a4/XNd xmpRcacCqvBl+fJgGQ4Fvvm8BxjkfvWfOyD5VbYBOJcQnNCK/YefB3YMlc9a2FtBlq2C CwLFMS0U2ch7aLWGxr2kQjpqxoUfZJybE0/MK6YK5XdIXEkYIrterkZKdrpE0CQOV+nX 7ajGnpQ0Oyd8AxQxv+2oKe0ARBtIgoxrNUmUkC3pJqGh6GJ0U64GDDUsevBghUHmL8LU Gg== Received: from userv0021.oracle.com (userv0021.oracle.com [156.151.31.71]) by userp2120.oracle.com with ESMTP id 2j7084yb59-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 29 May 2018 05:53:34 +0000 Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userv0021.oracle.com (8.14.4/8.14.4) with ESMTP id w4T5rXbM001315 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 29 May 2018 05:53:34 GMT Received: from abhmp0005.oracle.com (abhmp0005.oracle.com [141.146.116.11]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id w4T5rXJp008979; Tue, 29 May 2018 05:53:33 GMT Received: from tp.sg.oracle.com (/10.186.49.52) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 28 May 2018 22:53:33 -0700 From: Anand Jain To: fstests@vger.kernel.org Cc: linux-btrfs@vger.kernel.org Subject: [PATCH] fstests: introduce btrfs/volume group Date: Tue, 29 May 2018 13:56:12 +0800 Message-Id: <20180529055612.24576-1-anand.jain@oracle.com> X-Mailer: git-send-email 2.15.0 X-Proofpoint-Virus-Version: vendor=nai engine=5900 definitions=8907 signatures=668702 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=13 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=920 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1711220000 definitions=main-1805290069 Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The btrfs/volume group represent a set of btrfs test-cases, which shall intend to verify the relevant btrfs volume operations. Under this new group all the existing btrfs/replace group would come under, and also the device operations test cases which does not have any group as of now. This group is helpful to verify the btrfs volume related changes. Run as ./check -g btrfs/volume Signed-off-by: Anand Jain --- tests/btrfs/group | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/tests/btrfs/group b/tests/btrfs/group index d3639ba8dbfe..03de3d11cfa1 100644 --- a/tests/btrfs/group +++ b/tests/btrfs/group @@ -5,15 +5,15 @@ # 001 auto quick subvol snapshot 002 auto snapshot -003 auto replace +003 auto replace volume 004 auto rw metadata 005 auto defrag -006 auto quick +006 auto quick volume 007 auto quick rw metadata send 008 auto quick send 009 auto quick subvol 010 auto -011 auto replace +011 auto replace volume 012 auto convert 013 auto quick balance 014 auto balance @@ -22,14 +22,14 @@ 017 auto quick qgroup 018 auto quick subvol 019 auto quick send -020 auto quick replace +020 auto quick replace volume 021 auto quick balance defrag 022 auto qgroup limit 023 auto 024 auto quick compress 025 auto quick send clone 026 auto quick compress prealloc -027 auto replace +027 auto replace volume 028 auto qgroup balance 029 auto quick clone 030 auto quick send @@ -66,14 +66,14 @@ 061 auto balance scrub 062 auto balance defrag compress 063 auto balance remount compress -064 auto balance replace -065 auto subvol replace +064 auto balance replace volume +065 auto subvol replace volume 066 auto subvol scrub 067 auto subvol defrag compress 068 auto subvol remount compress -069 auto replace scrub -070 auto replace defrag compress -071 auto replace remount compress +069 auto replace scrub volume +070 auto replace defrag compress volume +071 auto replace remount compress volume 072 auto scrub defrag compress 073 auto scrub remount compress 074 auto defrag remount compress @@ -102,8 +102,8 @@ 097 auto quick send clone 098 auto quick metadata clone 099 auto quick qgroup limit -100 auto replace -101 auto replace +100 auto replace volume +101 auto replace volume 102 auto quick metadata enospc 103 auto quick clone compress 104 auto qgroup @@ -126,8 +126,8 @@ 121 auto quick snapshot qgroup 122 auto quick snapshot qgroup 123 auto quick qgroup -124 auto replace -125 auto replace +124 auto replace volume +125 auto replace volume 126 auto quick qgroup limit 127 auto quick send 128 auto quick send @@ -153,17 +153,17 @@ 148 auto quick rw 149 auto quick send compress 150 auto quick dangerous -151 auto quick +151 auto quick volume 152 auto quick metadata qgroup send 153 auto quick qgroup limit -154 auto quick +154 auto quick volume 155 auto quick send 156 auto quick trim 157 auto quick raid 158 auto quick raid scrub 159 auto quick 160 auto quick -161 auto quick -162 auto quick -163 auto quick -164 auto quick +161 auto quick volume +162 auto quick volume +163 auto quick volume +164 auto quick volume