From 43ff7a4c13a5965e6f8ee91b629d85a209564548 Mon Sep 17 00:00:00 2001 From: Matt Heon Date: Thu, 16 Oct 2025 15:19:08 -0400 Subject: [PATCH] Add a test for containers.conf runtime options Signed-off-by: Matt Heon --- test/system/030-run.bats | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/test/system/030-run.bats b/test/system/030-run.bats index a0cce8389e..70840d92aa 100644 --- a/test/system/030-run.bats +++ b/test/system/030-run.bats @@ -58,6 +58,25 @@ echo $rand | 0 | $rand is "$output" ".*invalidflag" "failed when passing undefined flags to the runtime" } +# bats test_tags=ci:parallel +@test "podman run - containers.conf runtime options" { + skip_if_remote "requires local containers.conf" + + containersConf=$PODMAN_TMPDIR/containers.conf + cat >$containersConf <