From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by passt.top (Postfix) with ESMTPS id 03B775A026D for ; Thu, 21 Mar 2024 05:57:51 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202312; t=1710997065; bh=HB+o1/1DU9oSu87MADR7hW5sFd64shHWtIZyzanssJw=; h=From:To:Cc:Subject:Date:From; b=hfp9LHH2tOpnHKZdrCzgO1jGIgIi16ovu/+EJdMPCpAfOFOxEZ1Hp7RhioqpYN9Dq hV31qVHdSUGqBVsFOR6arOeVatiUs8mNSQSqzGNOib3iubE7qZBalkPb8yYf3+O7a9 pDceyWZmaKnGdC0n5pQff/Q6NzLyMPpk0pHm4a/Qjw4vapFHPPWnxwD/o7dUkm0AFv sJ1m3PTpdMMSCkt/wqB5QfEetVqLfZgNvTR9lwcWdPQsB/k1JirTiOMkv6SQgbxGNv lVmuKXp2v4FViL6EZNuLpmwBBYyj+fH5+j860qDfpov3WYvfMHpoP9F0GUDI96xIWR L87XtQDGIfWMw== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4V0Y9j04s6z4wqM; Thu, 21 Mar 2024 15:57:45 +1100 (AEDT) From: David Gibson To: Stefano Brivio , passt-dev@passt.top Subject: [PATCH v2 0/5] Sandbox test suite and enable podman tests on more hosts Date: Thu, 21 Mar 2024 15:57:37 +1100 Message-ID: <20240321045742.2267188-1-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.44.0 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: LFHCJRVZJC4LVPJVND5LGOVS4YMPOZWQ X-Message-ID-Hash: LFHCJRVZJC4LVPJVND5LGOVS4YMPOZWQ X-MailFrom: dgibson@gandalf.ozlabs.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Paul Holzinger , David Gibson X-Mailman-Version: 3.3.8 Precedence: list List-Id: Development discussion and patches for passt Archived-At: Archived-At: List-Archive: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: I noticed the podman tests weren't actually running on my Fedora host. This turns out to be because cataonit is not in the path on Fedora (it's in /usr/libexec). While attempting to get this working with my "test in a box" script I ran into some additional problems: the podman tests downloaded and built podman, which requires external network access. That doesn't work in an isolated network environment. Changes since v1: * Test that podman is using the correct pasta binary * Added patch to prevent make cppcheck from checking the downloaded podman source as well. David Gibson (5): cppcheck: Explicitly give files to check test: Make sure to update mbuto repository test: Build and download podman as a test asset test: catatonit may not be in $PATH test: Verify that podman tests are using the pasta binary we expect Makefile | 2 +- seccomp.sh | 4 ++-- test/.gitignore | 1 + test/Makefile | 20 +++++++++++++++++--- test/pasta_podman/bats | 15 ++++++++++----- 5 files changed, 31 insertions(+), 11 deletions(-) -- 2.44.0