From owner-freebsd-testing@FreeBSD.ORG Mon Aug 4 18:54:42 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 9E7DC34F; Mon, 4 Aug 2014 18:54:42 +0000 (UTC) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) (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 EBBDD29ED; Mon, 4 Aug 2014 18:54:41 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id pn19so5642696lab.24 for ; Mon, 04 Aug 2014 11:54:39 -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=CcrHyeHit7mPwujWBPuQHKyaS3RGL/GgZhBB06euODE=; b=UoOGp+RXxmtr+3T3g0LFHLhGk547LQTav6ATOWdnPewHtD02VhBbOeIIGuGv2Fgkdg WYPoM2utOzczexqzLP3WANTAoQdJDtVKA0PTYDI3IogoW8HPnuSmuB1qBv6Imn+1AnSc L1pr2MwG1Mn1mLUpq9GSUM4Olw1ToWqFhJ0xMTHth3mUyUgSV8PSMh2ziAxlBFck9J15 oNqDs5MkC3oQKh3bj3GptwYfuSEFEr8zsw132SJ2g6VzAXVyPs68q31+9nQJo8+JYtwT EHRV37L1EmpSYlAOpH5Joj7KoEbpFlXK2uF/V4m4v8H5YWNA4Fl/hLo0Wxlb1SIpYPIE w/RA== MIME-Version: 1.0 X-Received: by 10.152.5.102 with SMTP id r6mr4583186lar.81.1407178479872; Mon, 04 Aug 2014 11:54:39 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.197.107 with HTTP; Mon, 4 Aug 2014 11:54:39 -0700 (PDT) In-Reply-To: References: Date: Mon, 4 Aug 2014 11:54:39 -0700 X-Google-Sender-Auth: aGab3hu3aR7fdrh6sNxnRkh3XaU Message-ID: Subject: Re: Best place to learn how to write tests which work under kyua? From: Craig Rodrigues To: Julio Merino Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 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: Mon, 04 Aug 2014 18:54:42 -0000 On Thu, Jul 24, 2014 at 1:02 PM, Julio Merino wrote: > > What kind of text would help you most? A step-by-step tutorial maybe? > Big parts of the process may be tied to the build system you use > though, and I only know the BSD build systems and Automake/autoconf... > I need a step-by-step tutorial for how to write a Kyuafile. I am not going to be using any of the FreeBSD Makefile infrastructure for running tests, so I don't need that info. I am going to be migrating some existing tests into a form that can be run under kyua, so that I can do: "kyua report-junit". In future, where is the central source for kyua documentation going to live? I see docs are scattered across: http://wiki.netbsd.org/kyua/ https://wiki.freebsd.org/TestingFreeBSD https://wiki.freebsd.org/TestSuite https://github.com/jmmv/kyua/wiki It doesn't matter to me where the central source for kyua documentation lives, but it is nice if a newcomer does a web search for "kyua" and within a few clicks lands on tutorials and useful documentation. The docs that are there are good, but it is hard to navigate to them from a web search. -- Craig