From owner-freebsd-testing@FreeBSD.ORG Wed Jun 11 21:37:38 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 8F6ECC2 for ; Wed, 11 Jun 2014 21:37:38 +0000 (UTC) Received: from mail-ie0-x232.google.com (mail-ie0-x232.google.com [IPv6:2607:f8b0:4001:c03::232]) (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 6303F2A00 for ; Wed, 11 Jun 2014 21:37:38 +0000 (UTC) Received: by mail-ie0-f178.google.com with SMTP id rd18so347510iec.23 for ; Wed, 11 Jun 2014 14:37:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=SaPTU18Vm0aVe6TLyirQieoZZGGyTgtq4trIoW+Wnh8=; b=Y6Qxgi441gGhmEz36U+JwEQ7NBlVkZeBLnhlXyK6i5XvQgErozqV9NGqflwhLg0XTL ClEFVpaf4L4/HZmZb42GyIOrdOiDtyrcQTjUKn9SMTUeDYGSaPCrnMVhArLeE5wFqzr9 rkvti4YunfbwXYagbuTJ5u40EbLJ7kZXVxyNBI+9oebiRzzRmGw/BWt9/3FmsLNMv6tQ PdVrHbjCYCKTZnbx9T/UonMdSHX8roVWCd4TNvMfvloJJNOJuF3dFMwW1SCaLqElfqX7 Ps0rsVEX3i3lOhrj6cYLkbt1ModHa4abq1NE4JI391oq6HQQk3NFqpVoTuWREvrn6moV 08qA== MIME-Version: 1.0 X-Received: by 10.51.17.99 with SMTP id gd3mr1030237igd.2.1402522657846; Wed, 11 Jun 2014 14:37:37 -0700 (PDT) Received: by 10.50.28.198 with HTTP; Wed, 11 Jun 2014 14:37:37 -0700 (PDT) Date: Wed, 11 Jun 2014 14:37:37 -0700 Message-ID: Subject: Generic infrastructure for detecting kernel modules [for ATF/Kyua]? From: Garrett Cooper To: "freebsd-testing@freebsd.org" Content-Type: text/plain; charset=UTF-8 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, 11 Jun 2014 21:37:38 -0000 Hello Julio, et al! The EMC Isilon tests have some assumptions as to what drivers are loaded in the tests, and in order to bypass a lot of failed tests, I figured it would be nice to have something like 'require.device "aio"', etc in the Kyuafile/tests. I was wondering where FreeBSD-specific test infrastructure should go -- in the port(s) or in the base system? Should it be in ATF or Kyua or both? Thank you :)! -Garrett