summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSteven Taylor <steven@taylormuff.co.uk>2021-02-03 23:35:14 +0000
committerSteven Taylor <steven@taylormuff.co.uk>2021-02-03 23:35:14 +0000
commit96adf0e2a2eef81bb379ecfcdc5d62339bca7141 (patch)
treef9d952a6c8682d8e6f7faefc2f8d1219b0479068 /test
parent432ee04c558aaf76c50ce1d299ee36a9cf77d26a (diff)
downloadpodman-96adf0e2a2eef81bb379ecfcdc5d62339bca7141.tar.gz
podman-96adf0e2a2eef81bb379ecfcdc5d62339bca7141.tar.bz2
podman-96adf0e2a2eef81bb379ecfcdc5d62339bca7141.zip
play kube selinux test case
fixed typo in the label comparison Signed-off-by: Steven Taylor <steven@taylormuff.co.uk>
Diffstat (limited to 'test')
-rw-r--r--test/e2e/play_kube_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/e2e/play_kube_test.go b/test/e2e/play_kube_test.go
index 9fbedc073..e34063dc2 100644
--- a/test/e2e/play_kube_test.go
+++ b/test/e2e/play_kube_test.go
@@ -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() {