Merge pull request #23698 from edsantiago/safename-195

CI: parallel-safe namespaces system test
This commit is contained in:
openshift-merge-bot[bot] 2024-08-22 11:37:20 +00:00 committed by GitHub
commit ae4eaaf1ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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