From owner-svn-src-projects@freebsd.org Thu Jun 30 21:10:15 2016 Return-Path: Delivered-To: svn-src-projects@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D5505B88CF7 for ; Thu, 30 Jun 2016 21:10:15 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-qk0-x230.google.com (mail-qk0-x230.google.com [IPv6:2607:f8b0:400d:c09::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9523D2493; Thu, 30 Jun 2016 21:10:15 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-qk0-x230.google.com with SMTP id a125so170639716qkc.2; Thu, 30 Jun 2016 14:10:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=g3mUok0/1dNP0hJnxaEilN46W3SQLXevUv6xWtFYfbc=; b=npefhpVzp5KmKG9EETuUIS9uBLG0GJRDKt8pPx6o8Xv8rTQzdHhmzhndCg0fXcpqi2 2x2qeDH6Y+JVLQoN66wuzJczshUzEOCqlUC6igZ79b7GoNxjIrFaGCDYP14wUc7Rze84 XQH8ylBpV4xl6Wb1fOlgpNkVOCxCQqeAoK4gxfX4h1QPpy6uYDFcpA18Q2HXBDWoqu1i dRflVWFADxdF+hvdRqOnUXHqdzBxtAquRiAEHqMKATCfbzlKaBvJx4fgLvEND2FVBEoX x2L3/B+/2IkS9Gz7OanygT6vPZAbNQL0SI/0idPdAeR1y6uzKO7sV9nktrLfxTVA/mi4 nk5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=g3mUok0/1dNP0hJnxaEilN46W3SQLXevUv6xWtFYfbc=; b=JmqUVCdRQXcUCpJOjMY21kTZZxN8yOdVVaMTPI7AUACkYAQ6DzbT/CuhiCm/qtDERs R+G8OzKJC3EehpfGyHZqojJgaeM0RUOyPRhP4PFU8rgLEuGw7CsE3C+xdHf8JNcAq1xI f/IcouGxa28YZ2d3WXaHMBK/zEY4uiCIILr4/pXoBVVmofqmh1tW01UhsMcC3mVoaicg MetKmxlu9roC7vZNjctW93saTeEUnZEui8dXti2ks+62F5tL42J6f8g7/5F+4NezKUp9 mGa+SWThY6OVLySpeGscITm6PIb7SMZGX82Vyej51S5Vi9cfOBSKm24rXokDbxsVzl/E LJ8w== X-Gm-Message-State: ALyK8tLAO496s2akz7pHKcPBwbPMtYgYbjh/TPoXtnxsmOQDo2bqazQmP0JhilwZKSSVcOO02FTtWr5hMfVFgQ== X-Received: by 10.55.87.194 with SMTP id l185mr22351101qkb.204.1467321014446; Thu, 30 Jun 2016 14:10:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.148.131 with HTTP; Thu, 30 Jun 2016 14:10:13 -0700 (PDT) In-Reply-To: <201606301909.u5UJ9j6G083892@repo.freebsd.org> References: <201606301909.u5UJ9j6G083892@repo.freebsd.org> From: Ngie Cooper Date: Thu, 30 Jun 2016 14:10:13 -0700 Message-ID: Subject: Re: svn commit: r302301 - in projects/vnet/_scripts: . conductor conductor/tests conductor/tests/fwd conductor/tests/http conductor/tests/ipsec conductor/tests/nada To: "Bjoern A. Zeeb" Cc: "src-committers@freebsd.org" , "svn-src-projects@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jun 2016 21:10:15 -0000 On Thu, Jun 30, 2016 at 12:09 PM, Bjoern A. Zeeb wrote: > Author: bz > Date: Thu Jun 30 19:09:44 2016 > New Revision: 302301 > URL: https://svnweb.freebsd.org/changeset/base/302301 > > Log: > Add various shell scripts and the initial conductor tests (which did > not work reliably--which is why I resorted to shell scripts again). > > Some of these scripts were built up over the years, copied, pasted, mangled, > and re-adjusted. A lot of this would benefit from a more formal proper > framework to be run regularly. > > I ended up running most of these in parallel in endless loops. > See jail-vnet.sh for a start. Are there any plans of taking the contents of _scripts/ and putting it in tests/sys/net/vimage, or something like that? Thanks! -Ngie