diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-06-06 14:04:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-06 14:04:07 +0200 |
commit | 60bba4f70cb64907b512e5261cc515a8b43c4318 (patch) | |
tree | 5639eb42da23b016d7f5b62b4886a6bc5b9c0c1f /test | |
parent | 8c0e033f27562b3c228a370b4c2e324f4bb0590b (diff) | |
parent | 67ea5fdad712c629beadc665dbc3e7e4476cbd77 (diff) | |
download | podman-60bba4f70cb64907b512e5261cc515a8b43c4318.tar.gz podman-60bba4f70cb64907b512e5261cc515a8b43c4318.tar.bz2 podman-60bba4f70cb64907b512e5261cc515a8b43c4318.zip |
Merge pull request #14496 from tupyy/fix-lefovers-from-focus
Cleanup the leftovers in `play kube` e2e test used for ginkgo focus option
Diffstat (limited to 'test')
-rw-r--r-- | test/e2e/play_kube_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/e2e/play_kube_test.go b/test/e2e/play_kube_test.go index 31044f68b..61f2b3a1c 100644 --- a/test/e2e/play_kube_test.go +++ b/test/e2e/play_kube_test.go @@ -3688,7 +3688,7 @@ ENV OPENJ9_JAVA_OPTIONS=%q }) // Check the block devices are exposed inside container - It("ddpodman play kube expose block device inside container", func() { + It("podman play kube expose block device inside container", func() { SkipIfRootless("It needs root access to create devices") // randomize the folder name to avoid error when running tests with multiple nodes @@ -3727,7 +3727,7 @@ ENV OPENJ9_JAVA_OPTIONS=%q }) // Check the char devices are exposed inside container - It("ddpodman play kube expose character device inside container", func() { + It("podman play kube expose character device inside container", func() { SkipIfRootless("It needs root access to create devices") // randomize the folder name to avoid error when running tests with multiple nodes @@ -3781,7 +3781,7 @@ ENV OPENJ9_JAVA_OPTIONS=%q Expect(kube).Should(Exit(125)) }) - It("ddpodman play kube reports error when we try to expose char device as block device", func() { + It("podman play kube reports error when we try to expose char device as block device", func() { SkipIfRootless("It needs root access to create devices") // randomize the folder name to avoid error when running tests with multiple nodes @@ -3807,7 +3807,7 @@ ENV OPENJ9_JAVA_OPTIONS=%q Expect(kube).Should(Exit(125)) }) - It("ddpodman play kube reports error when we try to expose block device as char device", func() { + It("podman play kube reports error when we try to expose block device as char device", func() { SkipIfRootless("It needs root access to create devices") // randomize the folder name to avoid error when running tests with multiple nodes |