mirror of
https://github.com/containers/podman.git
synced 2025-05-21 17:16:22 +08:00
CI: parallel-safe namespaces system test
An easy one :-) Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
load helpers
|
load helpers
|
||||||
|
|
||||||
# bats test_tags=distro-integration
|
# bats test_tags=distro-integration, ci:parallel
|
||||||
@test "podman test all namespaces" {
|
@test "podman test all namespaces" {
|
||||||
# format is nsname | option name
|
# format is nsname | option name
|
||||||
tests="
|
tests="
|
||||||
@ -18,7 +18,7 @@ uts | uts
|
|||||||
|
|
||||||
for nstype in private host; do
|
for nstype in private host; do
|
||||||
while read name option; 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.
|
# ipc is special, private does not allow joining from another container.
|
||||||
# Instead we must use "shareable".
|
# Instead we must use "shareable".
|
||||||
local type=$nstype
|
local type=$nstype
|
||||||
|
Reference in New Issue
Block a user