Skip to content

Commit

Permalink
Merge pull request #12297 from edsantiago/no_remote_unshare
Browse files Browse the repository at this point in the history
Network test: fix podman-remote-rootless corner case
  • Loading branch information
openshift-merge-robot authored Nov 15, 2021
2 parents e9d8ca2 + c21259b commit 9eaa6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/system/500-networking.bats
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ load helpers

# FIXME: debugging for #11871
run_podman exec $cid cat /etc/resolv.conf
if is_rootless; then
if is_rootless && ! is_remote; then
run_podman unshare --rootless-cni cat /etc/resolv.conf
fi
ps uxww
Expand Down

0 comments on commit 9eaa6f4

Please sign in to comment.