From owner-freebsd-testing@FreeBSD.ORG Wed Jun 4 19:47:56 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 9A592CBD; Wed, 4 Jun 2014 19:47:56 +0000 (UTC) Received: from mail-la0-x22b.google.com (mail-la0-x22b.google.com [IPv6:2a00:1450:4010:c03::22b]) (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 C010728E4; Wed, 4 Jun 2014 19:47:55 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id mc6so4706577lab.16 for ; Wed, 04 Jun 2014 12:47:53 -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=ycA2Re9eoitYvQ42K+QZPp2js+I9vTLfpqe3McK+w9w=; b=G3elBT+HY8Z7n7+4LA6Y48SnGpeKPaBJNN1/kfarz5CrVXXreTHrK56OoSu2YH7s5l SPxsFudQd0tpIlqxBgWoBVetSImOcb6c1Dto9Ewuba2tDqdbG95kOzOwXTC9KQ9X0Bzc zhYL3ANeXYCJnh8Mvki+oO2kyEeSbU7zmUcWj9y8xgGB5JlGllsCQpUCLc4QXUSCXGse 9J6qNWJGDUYY8iZSgYZIASIgFCWmEdT8H7feC8lBLgywAMHct/LPrvp+zmaoKlkcxLc1 Cu6+sM/B0Xgr251Sm11UIUyoXTl99+qCsMpcPD1klU45MlLSNwkjCVnJjW5k7sLblpPO 0i4Q== MIME-Version: 1.0 X-Received: by 10.112.63.65 with SMTP id e1mr4321802lbs.81.1401911273535; Wed, 04 Jun 2014 12:47:53 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.67.73 with HTTP; Wed, 4 Jun 2014 12:47:53 -0700 (PDT) In-Reply-To: References: Date: Wed, 4 Jun 2014 12:47:53 -0700 X-Google-Sender-Auth: ht5evMzG3uULLosXdBi5rASfsdQ Message-ID: Subject: Re: Generating Kyua test result output in JUnit XML format for Jenkins integration? From: Craig Rodrigues To: Julio Merino Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-testing@freebsd.org" , "jenkins-admin@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: Wed, 04 Jun 2014 19:47:56 -0000 On Fri, May 30, 2014 at 3:03 PM, Julio Merino wrote: > FYI, I have just pushed a much-improved version of the JUnit report > generation code to GitHub[3]. The new "report-junit" command generates > XML reports that can be read by Jenkins and they should include all of > the details also available in all other report types. Has this made it into the FreeBSD port of Kyua, or do I need to download and build the sources to get this? Either way is fine, but I would like to try this out at my work on FreeNAS. -- Craig