From owner-freebsd-testing@FreeBSD.ORG Mon May 11 14:46:16 2015 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69290EBE for ; Mon, 11 May 2015 14:46:16 +0000 (UTC) Received: from mail-ob0-x234.google.com (mail-ob0-x234.google.com [IPv6:2607:f8b0:4003:c01::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 300DB1C3F for ; Mon, 11 May 2015 14:46:16 +0000 (UTC) Received: by obcus9 with SMTP id us9so71742749obc.2 for ; Mon, 11 May 2015 07:46:14 -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=2xqdNYt8IOdd/ZbMuN4agRe0SKqCuQYVrf5z8beWHJo=; b=ALYJa0aMmPvmUWGUc0fHvadhT91ujH865AmuFh8QBhqwTdZTT8a86ZatoRlwGp++0O eAKCHZ2/BM6FkunJclWjdf/A7F0BtGBEHye9/WKn08NeiP5449f+bGeF2LyABdVbY+LC lckbCUslSUH+7i9lGwSFTcGl1fO0REyvaxEBeHQMAXy07NoRPUt41r/mJV5wL1LwQnD6 0Bz4LYetBEMMJ6OWABLWA0T/lWWztiKBRb4LcBwzaZtJkT5igHvgd8jkA1E8ZLmHvYuK 5vgJyWHKOljfR/rPRLfo5NG1eVJ3p7MeC7j220U7JNDVx/OWYM/2k6vufR5pwcVhSHcU Nxgw== MIME-Version: 1.0 X-Received: by 10.202.172.196 with SMTP id v187mr7667129oie.51.1431355574916; Mon, 11 May 2015 07:46:14 -0700 (PDT) Sender: asomers@gmail.com Received: by 10.202.173.204 with HTTP; Mon, 11 May 2015 07:46:14 -0700 (PDT) In-Reply-To: References: Date: Mon, 11 May 2015 08:46:14 -0600 X-Google-Sender-Auth: ntIqpL2x_BEvr4SYxXfYI-drGFw Message-ID: Subject: Re: Freebsd testing methodology From: Alan Somers To: Siddharth Tuli Cc: "freebsd-testing@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 May 2015 14:46:16 -0000 On Fri, May 8, 2015 at 2:56 PM, Siddharth Tuli wrote: > I am looking out for all kinds testing that is being carried out for > FreeBSD. > I know of, > -stress2 tests, that mostly exercise the kernel components > -AFT tests > -POSIX tests. > > Are there other test suites that are being used for testing FreeBSD? > > Regards > Siddharth There's also the ZFS test suite, which uses ATF. https://svnweb.freebsd.org/base/projects/zfsd/head/tests/sys/cddl/ -Alan