mirror of https://github.com/containers/podman.git
rootless, tests: add test for --uts=host
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #1349 Approved by: rhatdan
This commit is contained in:
parent
935e0bbc76
commit
fe00977fa5
|
@ -159,4 +159,8 @@ var _ = Describe("Podman rootless", func() {
|
||||||
It("podman rootless rootfs --net host --privileged", func() {
|
It("podman rootless rootfs --net host --privileged", func() {
|
||||||
runRootless([]string{"--net", "host", "--privileged"})
|
runRootless([]string{"--net", "host", "--privileged"})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
It("podman rootless rootfs --uts host", func() {
|
||||||
|
runRootless([]string{"--uts", "host"})
|
||||||
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue