Commit 86d63161 authored by Paul Morie's avatar Paul Morie

Rename emptyDir e2e test cases

parent 7ff4adb0
......@@ -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