mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 01:06:27 +00:00
Rename emptyDir e2e test cases
This commit is contained in:
parent
7ff4adb0a2
commit
86d6316185
@ -30,7 +30,7 @@ import (
|
|||||||
var _ = Describe("EmptyDir volumes", func() {
|
var _ = Describe("EmptyDir volumes", func() {
|
||||||
f := NewFramework("emptydir")
|
f := NewFramework("emptydir")
|
||||||
|
|
||||||
It("volume on tmpfs should have the correct mode", func() {
|
It("should have the correct mode", func() {
|
||||||
volumePath := "/test-volume"
|
volumePath := "/test-volume"
|
||||||
source := &api.EmptyDirVolumeSource{
|
source := &api.EmptyDirVolumeSource{
|
||||||
Medium: api.StorageMediumMemory,
|
Medium: api.StorageMediumMemory,
|
||||||
@ -47,7 +47,7 @@ var _ = Describe("EmptyDir volumes", func() {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
It("should support r/w on tmpfs", func() {
|
It("should support r/w", func() {
|
||||||
volumePath := "/test-volume"
|
volumePath := "/test-volume"
|
||||||
filePath := path.Join(volumePath, "test-file")
|
filePath := path.Join(volumePath, "test-file")
|
||||||
source := &api.EmptyDirVolumeSource{
|
source := &api.EmptyDirVolumeSource{
|
||||||
|
Loading…
Reference in New Issue
Block a user