From owner-freebsd-testing@FreeBSD.ORG Thu Feb 27 20:31:22 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 A608C120; Thu, 27 Feb 2014 20:31:22 +0000 (UTC) Received: from mail-lb0-x230.google.com (mail-lb0-x230.google.com [IPv6:2a00:1450:4010:c04::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0306C1279; Thu, 27 Feb 2014 20:31:21 +0000 (UTC) Received: by mail-lb0-f176.google.com with SMTP id 10so2051272lbg.35 for ; Thu, 27 Feb 2014 12:31:19 -0800 (PST) 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=OvCf8lr0ONDGAEEWLmNjpWuqomsfTnnX75XamvLDthQ=; b=QOZbNvPt/jO94HD/83x+zDdqYSe020PpRkck8/jU+tTiGTo0fpf9xYGAc5lf40fDGp OOovY8eh1Rrfv3e0Ma3I+l+F6REYVRBlIYEYaFshEDXQrwBX1WWFH0FHp5YHDuwOjG3K g4k8kji2P8nu+Hbn0CoJ8n1lq4BNjjFXyAFQT7zuhv2VaB0bq8DYMyBn13S67iRGmFvn i4hjIFPNxnxwwnE9WJJvv+tnAHw6UlQNyXeQYD/uXhFoSgIPiG1eaxz5/S1eXuOEBlL8 uEPDu7QPhWgwQa/djOE9xVZp8aeHQl/f/nnHV3rL+LGpW7HM0rMVNPhSeQAqoRMrZhfb +rnA== MIME-Version: 1.0 X-Received: by 10.152.27.193 with SMTP id v1mr8108920lag.4.1393533079296; Thu, 27 Feb 2014 12:31:19 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.30.211 with HTTP; Thu, 27 Feb 2014 12:31:19 -0800 (PST) Date: Thu, 27 Feb 2014 12:31:19 -0800 X-Google-Sender-Auth: F5i9Z7AeiydiW8l7KwIleOdLrBE Message-ID: Subject: Generating Kyua test result output in JUnit XML format for Jenkins integration? From: Craig Rodrigues To: kyua-discuss@googlegroups.com, "freebsd-testing@freebsd.org" , "jenkins-admin@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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: Thu, 27 Feb 2014 20:31:22 -0000 Hi, In this thread on the freebsd-testing mailing list I asked if it would be a good idea to extend Kyua so that it could generate test result output in JUnit XML test result format: http://lists.freebsd.org/pipermail/freebsd-testing/2014-February/000199.html JUnit XML is parsed natively by frameworks like Jenkins and Atlassian Bamboo. The response on that thread seemed favorable. Tyler Croy mentioned that he could help integrate and test things, but needs help on the C++ side of things. I'd like to get going on this and see if we can get a proof of concept to demo at the May 15 Continuous Testing working group that I am leading at the BSD Devsummit in Ottawa: https://wiki.freebsd.org/201405DevSummit/Jenkins Tyler, are you in the San Francisco Bay Area? I am near San Jose, so maybe we can get together and try hacking on this stuff some time between now and May. I know C++ if that helps. Thanks. -- Craig