mirror of https://github.com/containers/podman.git
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:
parent
432ee04c55
commit
96adf0e2a2
|
@ -858,7 +858,7 @@ var _ = Describe("Podman play kube", func() {
|
|||
inspect.WaitWithDefaultTimeout()
|
||||
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() {
|
||||
|
|
Loading…
Reference in New Issue