From owner-freebsd-testing@FreeBSD.ORG Fri Oct 10 17:01: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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B1BEB5C; Fri, 10 Oct 2014 17:01:19 +0000 (UTC) Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com [IPv6:2a00:1450:4010:c03::22e]) (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 6C328606; Fri, 10 Oct 2014 17:01:18 +0000 (UTC) Received: by mail-la0-f46.google.com with SMTP id gi9so3669025lab.33 for ; Fri, 10 Oct 2014 10:01:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=IgrtA8tSq83Q91GjJQMdFlifsJbQ4CZv9wLfLVNkQpE=; b=sMO54JtQCN+bCsbA6G4ot2i3ExzpBlTI2sflMcuQ0rB0hUWBUqFJcMRnf6s7frTPOW /qU9B9v1KELvEfa929+Skl8aQ5SzwpG3QYptPKQoGOZr9wHd749HOzFL51CPkFxlvUJe Ix3r2VluCfAz7LQXag1HgjTQ06JAevlHSzbo02CTn4g8uDORac17iAv5uUgSrQRCLPWs +6Dth77kR8P+bkWDhF4vS2BCwYGJiJQYprx8BW4k+Y8MYqEjn87bljSw4mP3jOlFHkFS pl6GGq4GbyIPuSRJ4R5IQnqIU57fLAmTbUO3zkW7EVlY/woLemv6KI+hIwAlO/EU6Sl3 WNSA== MIME-Version: 1.0 X-Received: by 10.112.52.165 with SMTP id u5mr6106808lbo.80.1412960474602; Fri, 10 Oct 2014 10:01:14 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.131.66 with HTTP; Fri, 10 Oct 2014 10:01:14 -0700 (PDT) Date: Fri, 10 Oct 2014 10:01:14 -0700 X-Google-Sender-Auth: gPkZFJ-486cPmLv3gAlkeTMTEUQ Message-ID: Subject: Kyua quickstart guide From: Craig Rodrigues To: "freebsd-testing@freebsd.org" , kyua-discuss@googlegroups.com, freebsd-current Current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2014 17:01:19 -0000 Hi, I've started writing a Kyua Quickstart guide, which hopefully help peopel get started with kyua and writing tests: https://github.com/rodrigc/kyua/wiki/Quickstart-Guide Please review the document and provide feedback. -- Craig