From owner-freebsd-bugs@FreeBSD.ORG Sun Oct 23 06:00:24 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BED44106566C for ; Sun, 23 Oct 2011 06:00:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3FB208FC0A for ; Sun, 23 Oct 2011 06:00:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p9N60LGs070985 for ; Sun, 23 Oct 2011 06:00:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p9N60L54070984; Sun, 23 Oct 2011 06:00:21 GMT (envelope-from gnats) Resent-Date: Sun, 23 Oct 2011 06:00:21 GMT Resent-Message-Id: <201110230600.p9N60L54070984@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Garrett Cooper Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB218106564A for ; Sun, 23 Oct 2011 05:53:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id AB7708FC0C for ; Sun, 23 Oct 2011 05:53:22 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p9N5rM4k035468 for ; Sun, 23 Oct 2011 05:53:22 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id p9N5rMbv035460; Sun, 23 Oct 2011 05:53:22 GMT (envelope-from nobody) Message-Id: <201110230553.p9N5rMbv035460@red.freebsd.org> Date: Sun, 23 Oct 2011 05:53:22 GMT From: Garrett Cooper To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: misc/161915: pjdtests don't articulate requirements very well X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Oct 2011 06:00:24 -0000 >Number: 161915 >Category: misc >Synopsis: pjdtests don't articulate requirements very well >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Oct 23 06:00:20 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Garrett Cooper >Release: 9.x >Organization: n/a >Environment: FreeBSD akai-ntbk.local 9.0-BETA2 FreeBSD 9.0-BETA2 #5 r225494M: Sun Sep 11 18:59:27 PDT 2011 root@akai-ntbk.local:/usr/obj/usr/src/sys/NETBOOK_NOSMP i386 >Description: 1. Some testcases assume that the user has root privileges (use mdconfig -a / mount, etc). 2. Linux support exists at one degree or another. Properly call out the requirements in the documentation. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: tools/regression/pjdfstest/README =================================================================== --- tools/regression/pjdfstest/README (revision 226648) +++ tools/regression/pjdfstest/README (working copy) @@ -2,6 +2,10 @@ Few notes on how to use pjdfstest in short steps: +- You currently _must_ be root when running these testcases. + +An example test run is shown as follows: + # cd pjdfstest # vi tests/conf Change 'fs' to file system type you want to test (UFS or ZFS). @@ -15,7 +19,7 @@ That's all. Enjoy. -Currently supported operating systems: FreeBSD, Solaris. +Currently supported operating systems: FreeBSD, Linux, Solaris. Currently supported file system types: UFS, ZFS. -- >Release-Note: >Audit-Trail: >Unformatted: