1
0
mirror of https://passt.top/passt synced 2024-09-28 10:05:47 +00:00

test: catatonit may not be in $PATH

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 <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
David Gibson 2024-03-21 15:57:41 +11:00 committed by Stefano Brivio
parent f9fe3ae5dd
commit 489b28e216

View File

@ -11,7 +11,7 @@
# Copyright (c) 2022 Red Hat GmbH # Copyright (c) 2022 Red Hat GmbH
# Author: Stefano Brivio <sbrivio@redhat.com> # Author: Stefano Brivio <sbrivio@redhat.com>
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 test Podman system test with bats