diff options
| author | Steven Taylor <steven@taylormuff.co.uk> | 2021-02-03 23:35:14 +0000 |
|---|---|---|
| committer | Steven Taylor <steven@taylormuff.co.uk> | 2021-02-03 23:35:14 +0000 |
| commit | 96adf0e2a2eef81bb379ecfcdc5d62339bca7141 (patch) | |
| tree | f9d952a6c8682d8e6f7faefc2f8d1219b0479068 | |
| parent | 432ee04c558aaf76c50ce1d299ee36a9cf77d26a (diff) | |
| download | podman-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>
| -rw-r--r-- | test/e2e/play_kube_test.go | 2 |
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() { |
