Commit bd871858 authored by Fabio Yeon's avatar Fabio Yeon

Merge pull request #9554 from pmorie/emptydir-e2e

Rename emptyDir e2e test cases
parents c4f448bf 86d63161
......@@ -30,7 +30,7 @@ import (
var _ = Describe("EmptyDir volumes", func() {
f := NewFramework("emptydir")
It("volume on tmpfs should have the correct mode", func() {
It("should have the correct mode", func() {
volumePath := "/test-volume"
source := &api.EmptyDirVolumeSource{
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"
filePath := path.Join(volumePath, "test-file")
source := &api.EmptyDirVolumeSource{
......
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