From owner-freebsd-testing@FreeBSD.ORG Tue Feb 25 16:11:38 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 76265D3B for ; Tue, 25 Feb 2014 16:11:38 +0000 (UTC) Received: from relay02.pair.com (relay02.pair.com [209.68.5.16]) by mx1.freebsd.org (Postfix) with SMTP id 153DD1A4D for ; Tue, 25 Feb 2014 16:11:37 +0000 (UTC) Received: (qmail 54644 invoked from network); 25 Feb 2014 16:11:30 -0000 Received: from 87.58.146.155 (HELO x2.osted.lan) (87.58.146.155) by relay02.pair.com with SMTP; 25 Feb 2014 16:11:30 -0000 X-pair-Authenticated: 87.58.146.155 Received: from x2.osted.lan (localhost [127.0.0.1]) by x2.osted.lan (8.14.5/8.14.5) with ESMTP id s1PGBTaF066192 for ; Tue, 25 Feb 2014 17:11:29 +0100 (CET) (envelope-from pho@x2.osted.lan) Received: (from pho@localhost) by x2.osted.lan (8.14.5/8.14.5/Submit) id s1PGBTBJ066191 for freebsd-testing@freebsd.org; Tue, 25 Feb 2014 17:11:29 +0100 (CET) (envelope-from pho) Date: Tue, 25 Feb 2014 17:11:29 +0100 From: Peter Holm To: freebsd-testing@freebsd.org Subject: My first ATF test Message-ID: <20140225161129.GA59741@x2.osted.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 16:11:38 -0000 In order to understand how ATF works I wrote a small test so I had something to work with: http://people.freebsd.org/~pho/kern_descrip_test.diff Did I get it right? -- Peter