mirror of
https://github.com/containers/podman.git
synced 2025-06-25 20:26:51 +08:00
play kube selinux test case
fixed typo in the label comparison Signed-off-by: Steven Taylor <steven@taylormuff.co.uk>
This commit is contained in:
@ -858,7 +858,7 @@ var _ = Describe("Podman play kube", func() {
|
|||||||
inspect.WaitWithDefaultTimeout()
|
inspect.WaitWithDefaultTimeout()
|
||||||
label := inspect.OutputToString()
|
label := inspect.OutputToString()
|
||||||
|
|
||||||
Expect(label).To(ContainSubstring("nconfined_u:system_r:spc_t:s0"))
|
Expect(label).To(ContainSubstring("unconfined_u:system_r:spc_t:s0"))
|
||||||
})
|
})
|
||||||
|
|
||||||
It("podman play kube fail with nonexistent authfile", func() {
|
It("podman play kube fail with nonexistent authfile", func() {
|
||||||
|
Reference in New Issue
Block a user