From owner-freebsd-testing@freebsd.org Sat Oct 24 16:09:15 2020 Return-Path: Delivered-To: freebsd-testing@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2F2A044D271; Sat, 24 Oct 2020 16:09:15 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CJQyg0TJdz3V1B; Sat, 24 Oct 2020 16:09:15 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qk1-f175.google.com (mail-qk1-f175.google.com [209.85.222.175]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id E2E4A2DC7B; Sat, 24 Oct 2020 16:09:14 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qk1-f175.google.com with SMTP id h140so4535698qke.7; Sat, 24 Oct 2020 09:09:14 -0700 (PDT) X-Gm-Message-State: AOAM532azOVmaMvYy2Ye5JS+Sj0bfgPHTCdubbuSggbLSppsOKiYSERj i26djK3uHjkcmnPLnQuFPK3TmSB9ZHoyLSQPKtA= X-Google-Smtp-Source: ABdhPJzaxzYeJuS0dxC9Na2VBmOqzBQol7XUXG+YLT63POag9M8BrcWXaaXqsnvH1NGh1HNIbTHiN/hhquFnwRbTy64= X-Received: by 2002:a05:620a:a8a:: with SMTP id v10mr8008963qkg.430.1603555754446; Sat, 24 Oct 2020 09:09:14 -0700 (PDT) MIME-Version: 1.0 From: Kyle Evans Date: Sat, 24 Oct 2020 11:09:03 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Testing with lua/atf-lua reviews To: freebsd-testing@freebsd.org, FreeBSD Hackers Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Oct 2020 16:09:15 -0000 Hello! I've just put up for review some work I've done to allow us to write tests in lua, primarily intended to test the lua libs we're writing. Please feel free to add yourself or drop in for some commentary: - https://reviews.freebsd.org/D26928 - atf-lua(1)/atf-lua(3) itself - https://reviews.freebsd.org/D26929 - Build glue for atf-lua - https://reviews.freebsd.org/D26930 - atf.tests.mk infrastructure for adding tests - https://reviews.freebsd.org/D26931 - Build glue for atf-lua tests - https://reviews.freebsd.org/D26932 - jail(3lua) tests, as a sample Note that D26932 has an additional hard dependency on the libjail bindings and some additions I've made to them, notably: D26080, D26756, and D26927. Thanks, Kyle Evans