From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by passt.top (Postfix) with ESMTPS id E5FE75A026F for ; Tue, 19 Mar 2024 06:07:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gibson.dropbear.id.au; s=202312; t=1710824827; bh=mayI2XsD0gDAwfcqQdWdYAV/PodvW1PeDw2PHppj6xw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=W2P3SQM2kVtdsE8MiSLlrAFbn4c5eH5c2/nMmj8x/G26irX2x5UyZp1AJcYVpXP1N Q1YCMVFWWLoO/zFtSErQWnIDdnpZGi14j76W0arcWnlakxd7+6CnYavpSTVJnFe0kZ ApF+fycc++roaCTOAuEZmJnftiuqKtEqhsh5Iz6mxxSiXHSyxgvOI+eR1VXchzXp7l IXsW5BosrEab0jxb7D/42AktIJW93skYgOrnV8ojaz4VcKYJkB1q0mz/Nzxnz2KhWX 1xB981qm8QHJZlKlfFxfrP++kCPOGVQdULwsMfGeRXrCMThgPJLi9VWGQB81mpzm0l pizVuwWVYoMow== Received: by gandalf.ozlabs.org (Postfix, from userid 1007) id 4TzKTR1qd3z4wcr; Tue, 19 Mar 2024 16:07:07 +1100 (AEDT) From: David Gibson To: passt-dev@passt.top, Stefano Brivio Subject: [PATCH 3/3] test: catatonit may not be in $PATH Date: Tue, 19 Mar 2024 16:07:05 +1100 Message-ID: <20240319050705.526627-4-david@gibson.dropbear.id.au> X-Mailer: git-send-email 2.44.0 In-Reply-To: <20240319050705.526627-1-david@gibson.dropbear.id.au> References: <20240319050705.526627-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-ID-Hash: 3Y2TVIJO7PAVGSCLQCERFQPLU6OAVUHU X-Message-ID-Hash: 3Y2TVIJO7PAVGSCLQCERFQPLU6OAVUHU 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: 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: The pasta_podman/bats test script looks for 'catatonit' amongst other tools to be avaiiliable on the host. However, while the podman tests do require catatonit, it doesn't necessarily need to be in the regular path. For example Fedora and RHEL place catatonit in /usr/libexec and podman finds it there fine. Therefore, remove it as an htools dependency. Signed-off-by: David Gibson --- test/pasta_podman/bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/pasta_podman/bats b/test/pasta_podman/bats index cb88aa41..46a958a9 100644 --- a/test/pasta_podman/bats +++ b/test/pasta_podman/bats @@ -11,7 +11,7 @@ # Copyright (c) 2022 Red Hat GmbH # Author: Stefano Brivio -htools git make go bats catatonit ip jq socat ./test/podman/bin/podman +htools git make go bats ip jq socat ./test/podman/bin/podman test Podman system test with bats -- 2.44.0