From patchwork Fri Aug 5 15:46:27 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Sandeen X-Patchwork-Id: 9265525 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 6F8256048B for ; Fri, 5 Aug 2016 15:46:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6216528456 for ; Fri, 5 Aug 2016 15:46:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 54CFC28458; Fri, 5 Aug 2016 15:46:30 +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 BC32128454 for ; Fri, 5 Aug 2016 15:46:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161470AbcHEPq3 (ORCPT ); Fri, 5 Aug 2016 11:46:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44262 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161437AbcHEPq2 (ORCPT ); Fri, 5 Aug 2016 11:46:28 -0400 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 3EF2F749 for ; Fri, 5 Aug 2016 15:46:28 +0000 (UTC) Received: from [IPv6:::1] (ovpn03.gateway.prod.ext.phx2.redhat.com [10.5.9.3]) by int-mx14.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u75FkRQV015365 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 5 Aug 2016 11:46:28 -0400 To: fstests From: Eric Sandeen Subject: [PATCH] document Fedora, RHEL, and CentOS dependencies Message-ID: Date: Fri, 5 Aug 2016 10:46:27 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.27 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Fri, 05 Aug 2016 15:46:28 +0000 (UTC) Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Document all build and runtime requirements for xfstests on Fedora/RHEL/CentOS boxes, as was done earlier for Ubuntu. Minor other README edits as well. Signed-off-by: Eric Sandeen --- (I wonder if it would be worth adding an install-deps script...) -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/README b/README index 2647e12..5aaad01 100644 --- a/README +++ b/README @@ -10,6 +10,13 @@ Building Linux: automake gcc libuuid1 quota attr libattr1-dev make libacl1-dev libaio-dev xfsprogs libgdbm-dev gawk fio dbench uuid-runtime" + For Fedora, RHEL, or CentOS: + "yum install acl attr awk bc dbench dump e2fsprogs fio gawk + indent lvm2 psmisc quota sed xfsdump xfsprogs + libacl-devel libattr-devel libaio-devel libuuid-devel + openssl-devel xfsprogs-devel btrfs-progs-devel" + (Older distributions may require xfsprogs-qa-devel as well.) + (Note that for RHEL and CentOS, you may need the EPEL repo.) - run make - run make install - create fsgqa test user ("sudo useradd fsgqa") @@ -27,8 +34,8 @@ ______________________ Preparing system for tests (IRIX and Linux): - compile XFS into your kernel or load XFS modules - - install user tools including mkfs.xfs, xfs_db & xfs_bmap - - If you wish to run the udf components of the suite install + - install administrative tools specific to the filesystem you wish to test + - If you wish to run the udf components of the suite install mkfs_udf and udf_db for IRIX and mkudffs for Linux. Also download and build the Philips UDF Verification Software from http://www.extra.research.philips.com/udf/, then copy the udf_test @@ -54,6 +61,9 @@ Preparing system for tests (IRIX and Linux): SCRATCH_DEV_POOL by xfstests script. - setup your environment + Quick start: + - copy config.local.example to config.local and edit as needed + Or: - setenv TEST_DEV "device containing TEST PARTITION" - setenv TEST_DIR "mount point of TEST PARTITION" - optionally: