From 9c3921ca5871124d7a366e8e8cc22a16f5738062 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Wed, 21 Aug 2024 05:36:04 -0600 Subject: [PATCH] CI: parallel-safe namespaces system test An easy one :-) Signed-off-by: Ed Santiago --- test/system/195-run-namespaces.bats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/system/195-run-namespaces.bats b/test/system/195-run-namespaces.bats index 2bc67475c4..dffe815dc0 100644 --- a/test/system/195-run-namespaces.bats +++ b/test/system/195-run-namespaces.bats @@ -5,7 +5,7 @@ load helpers -# bats test_tags=distro-integration +# bats test_tags=distro-integration, ci:parallel @test "podman test all namespaces" { # format is nsname | option name tests=" @@ -18,7 +18,7 @@ uts | uts for nstype in private host; do while read name option; do - local cname="c_${name}_$(random_string)" + local cname="c-${name}-$(safename)" # ipc is special, private does not allow joining from another container. # Instead we must use "shareable". local type=$nstype