From b3fc3919ca90f7f0ec1d4e98acfd315fe1fc5eed Mon Sep 17 00:00:00 2001 From: Jakub Rusz Date: Thu, 8 Aug 2024 10:39:39 +0200 Subject: [PATCH] tests/api: add --net=host for podman command Otherwise there are issues on el-10. --- test/cases/api.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cases/api.sh b/test/cases/api.sh index b6ec213e0..481f7d3d8 100755 --- a/test/cases/api.sh +++ b/test/cases/api.sh @@ -119,6 +119,7 @@ sudo "${CONTAINER_RUNTIME}" run -d --name "${DB_CONTAINER_NAME}" \ -e POSTGRES_PASSWORD=foobar \ -e POSTGRES_DB=osbuildcomposer \ -p 5432:5432 \ + --net host \ quay.io/osbuild/postgres:13-alpine # Dump the logs once to have a little more output