Commit 875a60d0 authored by k8s-merge-robot's avatar k8s-merge-robot Committed by GitHub

Merge pull request #27112 from mikedanese/run-unrun

Automatic merge from submit-queue e2e: run empty_dir test we've been missing otherwise it's just dead code, and this seemed unintentional
parents f97bca37 9812994b
...@@ -47,6 +47,10 @@ var _ = framework.KubeDescribe("EmptyDir volumes", func() { ...@@ -47,6 +47,10 @@ var _ = framework.KubeDescribe("EmptyDir volumes", func() {
doTestSetgidFSGroup(f, testImageNonRootUid, api.StorageMediumMemory) doTestSetgidFSGroup(f, testImageNonRootUid, api.StorageMediumMemory)
}) })
It("files with FSGroup ownership should support (root,0644,tmpfs)", func() {
doTest0644FSGroup(f, testImageRootUid, api.StorageMediumMemory)
})
It("volume on default medium should have the correct mode using FSGroup", func() { It("volume on default medium should have the correct mode using FSGroup", func() {
doTestVolumeModeFSGroup(f, testImageRootUid, api.StorageMediumDefault) doTestVolumeModeFSGroup(f, testImageRootUid, api.StorageMediumDefault)
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment