mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-10 19:05:42 +00:00
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
1 changed files with 4 additions and 0 deletions
|
|
@ -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"})
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue