From owner-freebsd-testing@FreeBSD.ORG Thu Jun 12 15:14:19 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 241162A3 for ; Thu, 12 Jun 2014 15:14:19 +0000 (UTC) Received: from mail-wi0-x22a.google.com (mail-wi0-x22a.google.com [IPv6:2a00:1450:400c:c05::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B28FF2755 for ; Thu, 12 Jun 2014 15:14:18 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id cc10so914531wib.5 for ; Thu, 12 Jun 2014 08:14:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=nDQGJFKL9uq85S7ejriTTWswhvcKs9VlYaGBfvR5lt8=; b=Zr2Y7Xj0nzYUZUU7JCZ3GvyDrAfy73IOaABSmymh27bLEaS0InGOxKXT6/SywjsBl2 snZ0+P2S5Cm70zwFILAeSaphTLkqqxwyaWwqsG7uR+a5pYkA0V5j9CtE1AI+YLav3rgf jE2ux4NnaIG78wjYTJuWdAHtN6OY3suZNUudD74uEPiW4U0q3H0IYXlOWRXrAz5kZ0BL SpCvUpms/0Vq0xxp1F+L1oQ8MQelKs7XymwA5zACRo3IzlJZLczkCTvPKPtGtfGBZTsh QxHqOXLkqMk3wSls5yDt/xDPsTib9J1loRbgXoBzY/QX1J0k97EfoAd9Hx9OZVSCryo2 oWKw== MIME-Version: 1.0 X-Received: by 10.180.228.39 with SMTP id sf7mr7496801wic.26.1402586056415; Thu, 12 Jun 2014 08:14:16 -0700 (PDT) Sender: asomers@gmail.com Received: by 10.194.168.202 with HTTP; Thu, 12 Jun 2014 08:14:16 -0700 (PDT) In-Reply-To: References: Date: Thu, 12 Jun 2014 09:14:16 -0600 X-Google-Sender-Auth: Ue6MtdWlgiPFBTBX_A8zSrl3KTI Message-ID: Subject: Re: Freebsd test areas or available test suites From: Alan Somers To: KS Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-testing@freebsd.org" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2014 15:14:19 -0000 On Wed, Jun 11, 2014 at 10:37 PM, KS wrote: > Hello people, > > I have been actively following freebsd mailing list since one week. You are > doing a great job. Since you're a relative newcomer I'll start from the beginning and assume nothing about what you may already know. > > I work on small term projects using FreeBSD. I would like to know if you > guys can refer to any test areas/scenarios and/or any available test suites > that are available. Yes! This mailing list is all about discussing FreeBSD's builtin test suite. To install it, you'll have to rebuild world. On CURRENT or stable/10 (not stable/9), set WITH_TESTS="yes" in /etc/src.conf, then rebuild world according to the instructions here: http://www.freebsd.org/doc/handbook/makeworld.html You should now have the test suite installed at /usr/tests. To run it, you must install devel/kyua from ports, then do: $ cd /usr/tests $ kyua test $ kyua report See tests(7) for more details. In addition to the standard test suite, there are some tests in /usr/src/tools/regression. They aren't run automatically, so some of them may be broken. Converting them to the standard test suite is a work in progress. But if there's a specific feature that you want to to test, you may find a relevant test in there. -Alan > > Some areas i have already covered are running operations like cd, del , > chmod, chown and make use of posix test suite > > Can you please point me in right direction for any other information. > > Thanks, > KSM > _______________________________________________ > freebsd-testing@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-testing > To unsubscribe, send any mail to "freebsd-testing-unsubscribe@freebsd.org"