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:
Giuseppe Scrivano 2018-08-27 11:42:35 +02:00 committed by Atomic Bot
parent 935e0bbc76
commit fe00977fa5

View file

@ -159,4 +159,8 @@ var _ = Describe("Podman rootless", func() {
It("podman rootless rootfs --net host --privileged", func() {
runRootless([]string{"--net", "host", "--privileged"})
})
It("podman rootless rootfs --uts host", func() {
runRootless([]string{"--uts", "host"})
})
})