mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
rename rootless cni ns to rootless netns
Since we want to use the rootless cni ns also for netavark we should pick a more generic name. The name is now "rootless network namespace" or short "rootless netns". The rename might cause some issues after the update but when the all containers are restarted or the host is rebooted it should work correctly. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
@ -51,7 +51,7 @@ var _ = Describe("Podman unshare", func() {
|
||||
})
|
||||
|
||||
It("podman unshare --rootles-cni", func() {
|
||||
session := podmanTest.Podman([]string{"unshare", "--rootless-cni", "ip", "addr"})
|
||||
session := podmanTest.Podman([]string{"unshare", "--rootless-netns", "ip", "addr"})
|
||||
session.WaitWithDefaultTimeout()
|
||||
Expect(session).Should(Exit(0))
|
||||
Expect(session.OutputToString()).To(ContainSubstring("tap0"))
|
||||
|
Reference in New Issue
Block a user