From owner-freebsd-testing@FreeBSD.ORG Wed Apr 9 23:45:47 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 39FA6850 for ; Wed, 9 Apr 2014 23:45:47 +0000 (UTC) Received: from mail-vc0-x22f.google.com (mail-vc0-x22f.google.com [IPv6:2607:f8b0:400c:c03::22f]) (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 ED63513BC for ; Wed, 9 Apr 2014 23:45:46 +0000 (UTC) Received: by mail-vc0-f175.google.com with SMTP id lh14so2751754vcb.34 for ; Wed, 09 Apr 2014 16:45:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=9tykYyRrQYMtjthMo1f7VmoQPjWGiKhFf/mYH/2b4WA=; b=upWIaXZm4GWmNVdecslPhIP28r9tJ8m0dZlulsGhJPCLRBEXYrV46F+2WBtjclLzki ZoNIl4ZDPvgO3RWaVwOjAZeJDxU3g+k+JYX7q92rlDosexu+EhDqnaTHxvOEI3Xnn6uK nhBj0QUKKeVsNFAMrsdFUOgd1gxYF0IMqmw4f/utWVKcfSoCZto6tPBOet4sZLU4tHQW Tse9m3vSFIdtA0cuTPMTOGTHJOpN9BJIagD+VIDE046P4BTGclsoY+g86Q1KiYSOvzOu oGWgpMQwECS334JX8VbgRFXlgctCerXikfTBU6bngtax0EdlC29/uEoT73HoI5LlC+K7 KLSg== MIME-Version: 1.0 X-Received: by 10.58.202.133 with SMTP id ki5mr10978825vec.19.1397087146135; Wed, 09 Apr 2014 16:45:46 -0700 (PDT) Received: by 10.221.67.136 with HTTP; Wed, 9 Apr 2014 16:45:46 -0700 (PDT) In-Reply-To: <1C62F69C-F225-42D8-B56D-A22E5019892E@isilon.com> References: <1C62F69C-F225-42D8-B56D-A22E5019892E@isilon.com> Date: Wed, 9 Apr 2014 16:45:46 -0700 Message-ID: Subject: Re: ATF Test Cases From: Garrett Cooper To: "Kilner, Peter" Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-testing@freebsd.org" 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: Wed, 09 Apr 2014 23:45:47 -0000 On Wed, Apr 9, 2014 at 4:30 PM, Kilner, Peter wrote: > Hi Garrett, > > Thanks for the example, this is great solution! Credit goes to Julio fro the suggestion :). My original solution was a lot more hardcoded. > I was starting to think about creating a test case generator but this a much better way to go. Yeah.. it's one reason why I like nose better than a lot of other test infrastructures; it allows me to be lazy :). > Thank you, No problem :). Thanks! -Garrett