From owner-freebsd-testing@FreeBSD.ORG Mon Jul 7 04:06:49 2014 Return-Path: Delivered-To: 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 01D1DFFD; Mon, 7 Jul 2014 04:06:49 +0000 (UTC) Received: from mail-lb0-x22d.google.com (mail-lb0-x22d.google.com [IPv6:2a00:1450:4010:c04::22d]) (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 523F22519; Mon, 7 Jul 2014 04:06:48 +0000 (UTC) Received: by mail-lb0-f173.google.com with SMTP id s7so2448405lbd.18 for ; Sun, 06 Jul 2014 21:06:46 -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=UCrwhexUbtFEPxDcTnsSquDf8fS7I4/MURVzLxeZgTY=; b=hseFJXb+inyVMx8OXAP6k8XPXGogvVFdWI3Ui1a16n1JxqiS9jNQy42XO+xGEbze9U NaQI16i4VqElZRH0KC0+HYAnJGfz5yJDE45iWZfgwam9RPpCjTwmqcIGSNsAKBdWnsQS lBoDMEtKpDT/s/o64G5Iv7hO1eaWS9caF8jt+ABbvzgQAGZco3aEpQfApNHa3agzkmWa 5/kEPhhxDkJ1HLhb0z4654c+2+ah7N4eis+BPoXGUpwwpVJdVvFXcZLeyqeOXM+oD8lD SQysMIL2pi9k1U0gEfDzn+hOzpgkDmOBVsqb/FJAI0CBSjTR7NK5O2JJDSMchPeVDN6z CQsQ== MIME-Version: 1.0 X-Received: by 10.152.2.3 with SMTP id 3mr20962684laq.8.1404706006074; Sun, 06 Jul 2014 21:06:46 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.67.71 with HTTP; Sun, 6 Jul 2014 21:06:46 -0700 (PDT) In-Reply-To: References: Date: Sun, 6 Jul 2014 21:06:46 -0700 X-Google-Sender-Auth: -lzvqJltz1khunkvyvAzA0-hnFQ Message-ID: Subject: Re: A new way to test systems in multiple machine scenarios... From: Craig Rodrigues To: George Neville-Neil Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: "freebsd-testing@freebsd.org" , net@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, 07 Jul 2014 04:06:49 -0000 On Sat, Jul 5, 2014 at 8:04 PM, George Neville-Neil wrote: > Hi, > > I've coded up a system to allow you to control multiple other systems for > use in testing. > > https://github.com/gvnn3/conductor > > Cool! The architecture you have is similar to that of the SPECsfs benchmark test ( http://www.spec.org/sfs2008/ ) which involves a "coordinator node" and multiple "client nodes" which direct NFS network traffic towards a System Under Test (SUT). Garrett Cooper actually set up the original testbed that I am using now at iXsystems. :) It would be cool to put together tools like Jenkins, Kyua, and conductor to do more advanced testing of FreeBSD before the project puts out releases. -- Craig